November 2001
Beginner
1128 pages
29h 12m
English
| 1: | Write a C++ program that displays your name and address. |
| 2: | Write a C++ program that asks for a distance in furlongs and converts it to yards (one furlong is 220 yards). |
| 3: | Write a C++ program that uses three user-defined functions (counting main() as one) and produces the following output:
Three blind mice Three blind mice See how they run See how they run One function, called two times, should produce the first two lines, and the remaining function, also called twice, should produce the remaining output. |
| 4: | Write a program that has main() call a user-defined function that takes a Celsius temperature value as an argument and then returns the equivalent Fahrenheit value. The program should request the Celsius value as input ... |
Read now
Unlock full access