WAP to declare a class called report with following details members variables
name=to store name
total= to store total mark
remarks= to store remark
members method-
void getVal()
void getRem()
if marks >=490 "very good"
if marks>=400 "good"
if marks<400 "improve"
write main function to create an object and to call other methods
Published By : Sunita Chhetry