Programming Practice 5b

Score: 0 / 6.0


Exercises

0 / 1.0

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 / 1.0

Write a function in Java that implements the following logic: Given 2 ints, a and b, return their sum. However, sums in the range 10..19...

0 / 1.0

Write a function in Java that implements the following logic: Given 3 int values, a, b, and c, return their sum. However, if one of the...

0 / 1.0

Write a function in Java that implements the following logic: We are having a party with amounts of tea and candy. Return the int outcome...