Question
Program 1 For this program you will use parallel arrays to store student data. The program will prompt the user for how many student records
Program 1 For this program you will use parallel arrays to store student data. The program will prompt the user for how many student records they would like to enter (up to 5). The program will prompt the user to enter the name and a letter grade that the student got in the class. The program will print out all the data for each of the arrays. It will then print out the number of records and then all the student records in a formatted table: Example table output: Records: 4 Yasiel Puig C Omowunmi Sadik B Annie J. Easley A Elon Musk F The output must use printf() to do the table formatting, and must use something other than spaces to format the table.
***JAVA***
**NOT C,C++,JAVASCRPIT**
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