In: Computer Science
1 for each of the problems listed below write the c++ program while using WHILE loop structures
A program will display each term in the following sequence
1 -10 100 -1000 10000 -100000 1000000
A program will calculate and display the corresponding celsius temperatures for the given Farenheit ones from 0f to 212 f (hint c=(f-32/1.8)
Sir, I dont get the first part properly. What needs to be done properly if you can specify. For now I am providing you with the second part's answer. Hopefully this is gonna help you out.
To terminate the output window, press any non numeric key.
I have checked this code with various values as shown in the screenshot above.