Tweet |
Custom Search
|
|
CHAPTER 3 EXERCISES 1. You have been jogging regularly for six months and you want to know how many miles you have jogged in the six month period. Write a program that will total your miles jogged and print a heading that says:
2. Modify the program from question one to include the computation of average miles jogged per month and a heading that says:
3. Write a program to convert Fahrenheit temperatures to Celsius and print the results. The Fahrenheit temperature readings are: 76, 88, and 96. The formula C = (F - 32)*5/9.4. Which of the following are valid numeric-variable names? For those that are not valid, what is wrong with them?
5. For the following expressions write the BASIC statements to solve the expression. |
||