Home Java Modify the Student Marks Calculation using Java

Modify the Student Marks Calculation using Java

1 min read
0
0
102

Modify the above programme to calculate the grade using following condition

Avg > 80 -> Distinction

Avg > 70 -> Credit

Avg > 60 -> Simple Pass

Other wise Fail

 

Load More Related Articles
Load More By admin
Load More In Java

Leave a Reply

Your email address will not be published.

Check Also

Node js React Mongodb Search Functionality

In this articles will teach how to search records Node js React Express Mongodb.how the se…