Computer Science, asked by santhoshking841, 6 hours ago

Create a class 'Student', declare the data members and define parameterized and a function 'percentage' in which you can calculate the percentage of the marks. In function main, enter the input marks of the student. Creating the object of the class with parameters will call the parameterized constructor where it will assign the parameter values to the data members. For making the copy of the percentage, create another object of the class. The first object value will be assigned to the second object of the class. Call the function 'percentage' using both the objects and display the values.

Answers

Answered by aishadutt32
2

Answer:

you have to look in books ..

Explanation:

as you will get exact solution of this ...

and aslo you will understand it

Similar questions