I want to write a program that enter the marks of n of student out of 100%, students who are (marks>=65) pass otherwise failed, want to print number of students who'r passed and failed ?
I solved but wont work ><
To enter nth marks of student need loop, then use if, else
but how can I print the number.