Hi,
I want the program code for the below question.
Write program to create a class called Student including functions like get_data() and put_data() to get marks of student and display it.
Thanks & Regards,
Lohith
Hi,
I want the program code for the below question.
Write program to create a class called Student including functions like get_data() and put_data() to get marks of student and display it.
Thanks & Regards,
Lohith
Here you go, now all you have to do is fill in the missing parts
#include <string>
class Student
{
// your code goes here
};
int main(int argc, char* argv[])
{
// your code goes here
}
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.