Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M Kroenke, David J Auer

6th Edition

0132742926, 978-0132742924

More Books

Students also viewed these Databases questions

Question

Define the purpose of neuropsychological testing.

Answered: 1 week ago