Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C + + ONLY. * * RESTRICTIONS: Do NOT use Python / C / Java / Javascript, etc. or there will be a thumbs down.

C++ ONLY.
** RESTRICTIONS: Do NOT use Python/ C / Java/ Javascript, etc. or there will be a thumbs down. Do NOT use vectors, do NOT use struct{} class, do NOT use float, do NOT use predefined sort() function from C++ library. Must use either Selection, Insertion, and/or Bubble Sort.
-** Note that the student ID has to correspond with the student ID in the score.txt. For example, "11 Tina" will mean that Tina's C++ and Java scores are "9292.""42 Tammy" will mean that Tammy's C++ and Java scores are "79,77."
-Make sure that the output matches EXACTLY (every number, Menu spacing, and information, etc.) as seen in the screenshots or there will be a thumbs down.
-Use setw() to align/format the data.
-Comments on how the code works will be appreciated/helpful. Thank you.
-Write a program that reads data from two files (student.txt, score.txt), stores them in SIZE 36 arrays, and outputs the result according to the menus.
-Make sure the output is exactly as seen in the screenshots.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions