Chapter
6: Strings and Screen I/O
Recommended Assignments:
We recommend that you complete all of the exercises, end-of-section questions, problems,
and all of the workbook activities. At least one of the projects at the end of the chapter
should be completed. The case study which follows Chapter 6 should be studied and modified
as instructed in the textbook.
Evaluated Assignment:
Chapter 6: Project 6-6, page 108
For the evaluation you are required to:
The program should round the number of gallons needed up if there is a partial gallon of
paint left over. You can round the number by adding .99 to the result and typecasting
answer as an integer. This should be done in the same calculation. |