Question: program C 3. (8 pts) Write a single statement to read a two percentage numbers from the standard input. For example, the user enters 33.33%
3. (8 pts) Write a single statement to read a two percentage numbers from the standard input. For example, the user enters 33.33% and 66.6% and program stores 33.33 into a float variable named firstPercentage and 66.6 into a float variable named secondPercentage, respectively. The variables firstPercentage and secondPercentage have been declared to be float
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
