Question: 4. Write a for loop that prints the odd integers from 121 to 21 inclusive, separated by spaces. 5. 1). Declare and initialize two

4. Write a for loop that prints the odd integers from 121 to 21 inclusive, separated by spaces. 5. 1). Declare and initialize two double variables wages and hours. 2). Rewrite the following if ... else statement using the conditional operator (?:) if (hours >40) wages 1.5; *= else *= wages 1; 3). Print the value of wages.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
