Infosys springboard assignment answers
Playlist- https://youtube.com/playlist?list=PLox-t2Mz_nvu-jZNegtVMK1YaptJXGCEw
Problem Statement-
The results of a mid-term assessment have been declared. The marks scored by a student in different subjects are stored in an array.
You need to find the corresponding grade for each subject by implementing the class Student based on the class diagram and description given below.
Method description
Student(int[] marks)
Initialize the value of the instance variable marks with the value passed to the constructor.
Initialize the grade with the same size as marks array.
findGrade()
Find the corresponding grade for each marks present and update the grade array.
Assumption: The minimum marks can be 0 and maximum marks can be 100.
Test the functionalities using the main method of the Tester class.
(Important- If you have any queries or errors in output, plz don't hesitate to ask for help in comment section. Keep learning and keep growing👍)
.
.
.
.
.
.
.
.
#springboard #infosys #java #corejava #array #arrayofgrades #markstogrades#arrayplaylist #playlist#infytq #javacodingproblems