1.

Create a Student class in java with attributes Rollno(Numeric), Name(Text), Marks(Numeric) and Grade(Character). Also add constructor which will take Rollno(Numeric), Name(Text) and Marks(Numeric) as arguments. You have to calculate Grade of the student based on the criteria mentioned below: IfMarks are in range 80-100: Assign Grade: A Marks are in range 60-79: Assign Grade: B IfMarks are in range 33-59: AssignGrade: C IfMarks are in range 0-32: AssignGrade: F Create Another class named BCA which will be able to create N Student Objects based on user input. Hold all the student objects into an array and finally print the details of all the students as below: Name Rollno Marks Grade Raman 1002 89 A Suman 1003 69 B

Answer»

ANSWER:

v8ycycy9c6c96x59x58x59x95x58c58c5c

Explanation:

u9c9yc9y



Discussion

No Comment Found