Write Java program for given scenarios below: Declare a class student with id, name and percentage Make a public function average in class student which calculates the average student marks in 5...


Write Java program for given scenarios below:



  • Declare a class student with id, name and percentage

  • Make a public function average in class student which calculates the average student marks in 5 courses using arrays.

  • Define the object of class in main()

  • Get the values of studentID, name and percentage from the user

  • Access method using class object and display average.

  • Print the values obtained from the user

  • Stop the program.





Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here