C++ program to create student class, read and print N student\'s details (Example of array of objects)
belongs to collection: C++ Classes and Object programs
All Answers
total answers (1)
belongs to collection: C++ Classes and Object programs
total answers (1)
Array of objects program in C++
Output
Enter total number of students: 2 Enter details of student 1: Enter name: Mike Enter roll number: 101 Enter total marks outof 500: 456 Enter details of student 2: Enter name: Mock Enter roll number: 102 Enter total marks outof 500: 398 Details of student 1: Student details: Name:Mike,Roll Number:101,Total:456,Percentage:91.2Details of student 2: Student details: Name:Mock,Roll Number:102,Total:398,Percentage:79.6need an explanation for this answer? contact us directly to get an explanation for this answer