Guest_imported
New member
- Jan 1, 1970
- 0
I need help with this program.
This program prints a graph of children's ages.
Use the following data:
DATA "Jim", "Jones", 18, "Nancy", "Smith", 12, "Terry", "Bowden", 9, "Michael", Hayes, 19
DATA "Jane", "Doe", 14, "Paula", "Jones", 8, "Richard", "Chamberlin", 13, "Christine", "Pratt", 18
DATA "Glen", "Taylor", 12, "Adam", "Schott", 15
Your output should look like this:
NAME AGE
J. Jones ******************
N. Smith ************
.
.
Please help me!!
This program prints a graph of children's ages.
Use the following data:
DATA "Jim", "Jones", 18, "Nancy", "Smith", 12, "Terry", "Bowden", 9, "Michael", Hayes, 19
DATA "Jane", "Doe", 14, "Paula", "Jones", 8, "Richard", "Chamberlin", 13, "Christine", "Pratt", 18
DATA "Glen", "Taylor", 12, "Adam", "Schott", 15
Your output should look like this:
NAME AGE
J. Jones ******************
N. Smith ************
.
.
Please help me!!