Answered step by step
Verified Expert Solution
Question
1 Approved Answer
can anyone please give me the code keeping in mind all the three requirements. Assignment Brief Your assignment is to convert student marks to grades.
can anyone please give me the code keeping in mind all the three requirements.
Assignment Brief Your assignment is to convert student marks to grades. An experienced C+ program mer wl achieve this task in about 40 minutes and take about 100 lines of code. As inexperienced programmers, the project is expected to require 4 hours work per week over 5 weeks. Your exchange must: Requirement 1 The program MUST read in data from a file Requirement 2 The program MUST provide a user interface option and functionality to order the grades by Student Name, by Student Number or by Grade Hint: this is mont easily implemented as a list of structures Requirement 3 The program SHOULD provide a user interface to output the re- ordered data in a new file The input file should be called input.csv and contain the following data: Student Name, Student ID, Mark Ada Lovelace, S001, 99 Barbara Liskov, S0123, 44 Carol Shaw S0023, 55 Donna Dubinsky, S8333, 33 Shafi Goldwasser, S934, 77 Sophie Wilson, S11813, 22 Frances Elizabeth All S8254 66Step 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