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

William Hemsworth commented: Lazy bum. -1

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
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.