C++ program to read and print Student information
C++ program to define a Student class to read and print Student information using an array of objects Problem Definition: Write a C++ program to define a Student class with following Members: Data Members: Roll No, Name, Average Marks Member Functions: to read a data and to print the data. Program should read 3 student […]
C++ program to read and print Student information Read More »
