+ 1
! Challenge!
Create a menu driven program to input, calculate, output the information of students. Print the data in tabular form. No. Name class roll no. Marks % grade .... ........... ........... ...... .... ..... ......... Terms & conditions :- Create it with cpp.
4 Réponses
+ 4
is it ur homework?
+ 2
its not that hard.
at most you have to use some library for graphics if you want.
if you don't want a gui then it's quite easy. You can simply print data along with char '|' to make it look like table and as far as menu is considered you can take input from user as what feature the user wants to use.
+ 1
No. It is a group discussion among me and my friends. As no one can do it.
+ 1
Thanks for the hint.