Question: 3. Write a program to compute outputs of following inputs a. 1 % 5 * 60 / 5.6 + 10 store this input in a
3. Write a program to compute outputs of following inputs a. 1 % 5 * 60 / 5.6 + 10 store this input in a variable name first b. 5.6 / 4.0 * (5 + 7.8) store this input in a variable name second c. 6 / 2 % 4 % 5 + 10 store this input in a variable name third d. 124 + 56 * (78 % ( 3 + 7 2) / 5 + ( 2 % 6 ) ) store this inputs in a variable name fourth Then, display each variables value as outputs in console.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
