subject

a school maintains academic record of its students (of a class) in different arrays. the information stored is: roll number (in an integer array) midterm marks (in a float array) final marks (in a float array) class of a student e. g., class 1, class 2, class 3 (in an integer array) the grades based on final marks (in char array) final marks less than 50 – f final marks: 50 to 59 (both inclusive) – d final marks: 60 to 72 (both inclusive) – c final marks: 73 to 85 (both inclusive) – b final marks: 86 and above – a this program can display data from the existing student record. at the start of program, a menu will be displayed. the program will continue to work until e or e is entered. error message will be displayed if any number (or a character) other than the given option is entered. each array must have a size 100 and for the sake of my convenience, the arrays should be populated with exactly 50 student entries. the roll numbers must be unique – you have to take care of this. the example is shown below: roll number midterm (50 marks) final (100 marks) class grade 25 10.5 55 6 d 66 36 75.5 6 b 45 8 55 7 d . . . . . . . . . . . . . . . the main menu must be the following (the comments written in the menu below are for your understanding and should not be displayed as such): sort and display all the records roll number wise in ascending order. /*when this option is selected, the output should be: roll no: 25 midterm marks: 10.5 final marks: 55 class: 6 grade: d roll no: 45 midterm marks: 8 final marks: 55 class: 7 grade: d roll no: 66 midterm marks: 36 final marks: 75.5 class: 6 grade: b . . . . . . . . . . . . . . outputs for options 2-8 must be similar to option 1/* . sort and display all the records roll number wise in descending order. sort and display all records in ascending order based on marks in midterm sort and display all records in descending order based on marks in midterm sort and display all records in ascending order based on marks in final sort and display all records in descending order based on

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 12:30
What is the difference between the internet and the world wide web?
Answers: 1
question
Computers and Technology, 23.06.2019 15:30
Write a program in plp assembly that counts up by one starting from zero (or one) inside a loop and writes this value to the leds every time the value is increased. the memory address of the leds is 0xf0200000. the table below shows the meaning and an example usage of the instructions covered in the video, plp instructions for project 1. instruction example usage meaning load immediate li $t0, 8 register $t0 is set to the value, 8. store word sw $t2, 0($t1) the value in register $t1 is used as the memory address. the value in register $t2 is copied into this memory address. add addiu $t4, $t3, 29 register $t4 is assigned the sum of 29 and the value in register $t3. jump j your_label_name the program jumps to the line following the label, "your_label_name: ". label your label name: defines a label called "your_label_name: " that can be jumped to
Answers: 2
question
Computers and Technology, 23.06.2019 23:30
A. in packet tracer, only the server-pt device can act as a server. desktop or laptop pcs cannot act as a server. based on your studies so far, explain the client-server model.
Answers: 2
question
Computers and Technology, 24.06.2019 00:10
Read each statement below. if the statement describes a peer-to-peer network, put a p next to it. if the statement describes a server-based network, put an s next to it. p - peer-to-peer s - server-based
Answers: 1
You know the right answer?
a school maintains academic record of its students (of a class) in different arrays. the information...
Questions
question
Social Studies, 03.04.2020 01:47
question
Mathematics, 03.04.2020 01:47
question
Mathematics, 03.04.2020 01:47
Questions on the website: 13722362