what if

0

Given two strings, check if both of them are one edit away to be same.

By Beginner Navneet Kaur at Sep 12 2022

0

Prevent users submitting contact form if less than 2 words are entered (JavaScript)

By Double Wooden Hammer Milton Heaney at Feb 19 2022

1

If browser is IE 6 7 8 9, Firefox, Safari, Chrome or Opera

By Beginner Plimpton at Mar 10 2022

1

Activating the Post Thumbnail feature in Wordpress but not showing anything if there is no image to display

By Beginner Shelly Hansen at Apr 17 2022

0

Write an expression that will cause the following code to print "Equal" if the value of sensorReading is "close enough" to targetValue. Otherwise, print "Not equal". Ex: If targetValue is 0.3333 and sensorReading is (1.0/3.0), output is:

By Beginner Kristin Klein at Nov 19 2020

0

Write a javascript function that takes two arguments and should either sum them or just print the first one if the second one is undefined. If both are undefined print "No numbers given"

By Beginner Silvia Littel at Jun 02 2020

0

provided is a list of numbers. for each of the numbers in the list, determine whether they are even. if the number is even, add true to a new list called is_even. if the number is odd, then add false.

By Beginner Herman Willms at Oct 01 2020

0

Given three ints, a b c, return true if b is greater than a, and c is greater than b. However, with the exception that if "bOk" is true, b does not need to be greater than a.

By Beginner Guy Wolf at May 08 2021

-1

program using if statement in c whether numnber is less eqaul to greater than 50

By Beginner Evan Purdy at May 01 2020

0

if data is not available column header should print in output file in powershell

By Beginner Janis Hartmann at Dec 01 2020


Related code examples


Code examples by languages