How to Create Marksheet in C
First, we'll take the marks of five subjects from the user to generate the mark sheet.
These marks will be stored in a variable of the float data type.
After that, we'll apply the formula to calculate the percentage and design a template for mark sheet.
Marksheet in C
Related:
Comments
Post a Comment