student-file.txt - Notepad File Edit Format View Help LASTNAME FIRSTNAME GRADE Lorzano Jeff 78.23 Garcia Zen 89.56 Villa Luz 98.25 Mercado Lopez Cherrie 92.10 Cecile 74.10 Garcia LJ 89.45 Lina Carol...


C++ Programming:


student-file.txt - Notepad<br>File Edit Format View Help<br>LASTNAME<br>FIRSTNAME<br>GRADE<br>Lorzano<br>Jeff<br>78.23<br>Garcia<br>Zen<br>89.56<br>Villa<br>Luz<br>98.25<br>Mercado<br>Lopez<br>Cherrie<br>92.10<br>Cecile<br>74.10<br>Garcia<br>LJ<br>89.45<br>Lina<br>Carol<br>97.55<br>Villegas<br>Cindy<br>78.89<br>Litan<br>Irene<br>84.52<br>Austria<br>Lina<br>89.00<br>Chavez<br>Cheska<br>91.65<br>DelosReyes<br>Wong<br>Melody<br>70.00<br>Chris<br>87.00<br>Maralit<br>Ian<br>75.45<br>Estrella<br>Ashton<br>88.00<br>Fernandez<br>Carmela<br>99.05<br>Sally<br>Joseph<br>Benitez<br>81.20<br>Abanilla<br>79.85<br>

Extracted text: student-file.txt - Notepad File Edit Format View Help LASTNAME FIRSTNAME GRADE Lorzano Jeff 78.23 Garcia Zen 89.56 Villa Luz 98.25 Mercado Lopez Cherrie 92.10 Cecile 74.10 Garcia LJ 89.45 Lina Carol 97.55 Villegas Cindy 78.89 Litan Irene 84.52 Austria Lina 89.00 Chavez Cheska 91.65 DelosReyes Wong Melody 70.00 Chris 87.00 Maralit Ian 75.45 Estrella Ashton 88.00 Fernandez Carmela 99.05 Sally Joseph Benitez 81.20 Abanilla 79.85
Create a program that performs that following operations:<br>a. Display All Records- All data from the text file will be displayed<br>b. Sort Data - Records will be displayed according to the criteria entered by<br>the user. The criteria are [a] Sort by Last Name [b] Sort by First Name<br>c. Display Dean's List- Display all students with an average grade of 90.15 or<br>higher. The record should be sorted from highest to lowest<br>You may use any sorting algorithms that you want to.<br>Include all possible validations.<br>

Extracted text: Create a program that performs that following operations: a. Display All Records- All data from the text file will be displayed b. Sort Data - Records will be displayed according to the criteria entered by the user. The criteria are [a] Sort by Last Name [b] Sort by First Name c. Display Dean's List- Display all students with an average grade of 90.15 or higher. The record should be sorted from highest to lowest You may use any sorting algorithms that you want to. Include all possible validations.

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here