The document contains C++ code to input and output student data including registration number, name, obtained marks, total marks, and percentage for three students. It declares variables to store this data, inputs the data from the user, and outputs a header before presumably outputting the stored data in a formatted table.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
57 views1 page
Result PDF
The document contains C++ code to input and output student data including registration number, name, obtained marks, total marks, and percentage for three students. It declares variables to store this data, inputs the data from the user, and outputs a header before presumably outputting the stored data in a formatted table.