Search Results

Searching for: conditionals

Individual Exercises

0 / 50

Given two integers, return true if the first number is evenly divisible by the second, and false otherwise. Return false if the second...

0 / 50

Given three double values representing prices, return the smallest price. For example, if the values passed in are 19.95, 12.85, and...

0 / 50

Given a day number (1-7), return the day of the week ("Sunday", "Monday", etc.). If an invalid day number is provided, return "Invalid".

...