Question: Programming in C. Write a program that takes records in the form john doe 90 Jane doe 85 John smith 80 and stores them in

Programming in C. Write a program that takes records in the form

"john doe 90"

"Jane doe 85"

"John smith 80" and stores them in 3 different arrays as first name, last name, score.

A space will need to seperate which array it goes into so 'John' will go to array1 'doe' to array2 and '90' to array3. Pressing Enter should allow for the next line entry so 'jane' to array1, 'doe' to array2, and '85' to array3. Each array needs to hold 5 entries.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!