Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started