Question: Assume the variables word , quantity , a and b are of type String , int , int ,int, already declared and initialized. Write a
Assume the variables word, quantity , a and b are of type String , int , int ,int, already declared and initialized. Write a conditional expression using a conditional operator ( ?/:) that sets the variable quantity to the sum of a and b if the variable word is "hi" or "bye" otherwise it sets it to the remainder of a divided by b.
in java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
