subject

Make a C++ program of student information using structures (one having name, father’s name and age, second structure should have CGPA, semester GPA and a function to update GPA and the third should have information regarding course’s name and course‘s attendance and course GPA, the program will have three structures which are to be nested into one another, in main function you should be able to store and retrieve information of 5 students, update GPA of every semester and update CGPA. Order of nesting may be according to your convenience

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:00
Which of the following statements tests if students have a grade of 70 or above, as well as fewer than five absences? a: if(grade > = 70 and daysabsent < = 5): b: if(grade > = 70 or daysabsent < = 5): c: if(grade > 70 and daysabsent < = 5): d: if(grade > 70 or daysabsent < = 5): i took the test the answer is a
Answers: 1
question
Computers and Technology, 22.06.2019 18:30
Which of the following commands is more recommended while creating a bot?
Answers: 1
question
Computers and Technology, 22.06.2019 22:00
Perform the following tasks: a. create a class named testclass that holds a single private integer field and a public constructor. the only statement in the constructor is one that displays the message “constructing”. write a main()function that instantiates one object of the testclass. save the file as testclass.cpp in the chapter 08 folder. run the program and observe the results. b. write another main()function that instantiates an array of 10 testclass objects. save the file as test class array.c . run this program and observe the results.
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
The basic work area of the computer is it screen that you when you first fire up your computer
Answers: 1
You know the right answer?
Make a C++ program of student information using structures (one having name, father’s name and age,...
Questions
question
Chemistry, 19.02.2020 21:01
question
Mathematics, 19.02.2020 21:01
Questions on the website: 13722367