CodeWorkout - X11-20 - More Exercises

Score: 0 / 10.0


Exercises

0 / 1.0

Write a function in Java that implements the following logic: Given 2 ints, a and b, return their sum. However, "teen" values in the...

0 / 1.0

Write a function in Java that implements the following logic: Given three ints, a, b, and c, return true if b is greater than a, and c is...

0 / 1.0

Write a function in Java that implements the following logic: Given three ints, a, b, and c, return true if it is possible to add two of...

0 / 1.0

Write a function in Java that implements the following logic: You have a red lottery ticket showing ints a, b, and c, each of which is 0,...

0 / 1.0

Write a function in Java to implement the following logic: We want to make a row of bricks that is goal inches long. We have a number of...

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...