1.

Write the statement to create an array that stores percentage of 5 students.

Answer»

Double [] percentage = {78.3, 89.6, 90, 78 ,67};



Discussion

No Comment Found

Related InterviewSolutions