2026 - April - 02
Student Marks & Grade System Using Array
- Fail count
- if fail count is > 0 ( print no grade )
- Find total
- Find Average
- if average grade
*Find fail count *
- Const marks arrys [value]
- Create
ivariable for used loop program - fail count find create failcount variable
- start while loop condition
i<5 - condition pass run loop
failcount < 35 passfailcount++ and fail condition loop stop run - loop outside print statement
if fail count is > 0 ( print no grade ) and Find total
- continue failcount less than 0 pass print
no grade - fail count total marks create j , total variables
- else condition inside while loop condition j less than 5
- loop pass inside total=total+mark[j]
- loop condition fail stop and print total marks
Find average and grade
- create avg variable for average value store
- Used Go else if statement
- one by one if condition and else if condition checking
- This all fail used else statement print.
Full project
- This a full Student Marks & Grade System.




Top comments (0)