1. Sunday Times wants an analysis of the demographic characteristics of its readers. The
Marketing department has collected reader survey records containing the age, gender, marital
status, and annual income of readers. Design an application (Flowchart) that accepts reader
data and, when data entry is complete, produces a count of readers by age groups as follows:
under 20, 20–29, 30–39, 40–49, and 50 and older. Hint: Refer to the program discussed in
class Figure 6-15
2. Create the logic (Flowchart) for a program that calculates and displays the amount of money
you would have if you invested R10000 at 4 percent simple interest for one year. Create a
separate method to do the calculation and return the result to be displayed.
The main program (Flowchart) should prompt the user for the amount of money and passes it
to the interest-calculating method.