Search Results

Searching for: else if

Individual Exercises

0 / 50

The number 6 is a truly great number. Given two int values, a and b, return true if either one is 6. Or if their sum or difference is 6....

0 / 10

Write a function that returns true if a is even, false otherwise. Just for practice, you must use an if statement.