+ 8
Do this in java
Wap to input marks in English, maths and science of 40 students who have passed an exam on 2017. Now do the following tasks: a. Number of students who have secured 95% or more in all the subjects b. Number of students who have secured 90% or more in maths, English and science.
6 Réponses
+ 6
It will be one program no individual
+ 6
Individual%
+ 3
Are you Asking the total average of 3 subject or individually
+ 3
No I am asking that I have to find the Average % or individual %
+ 3
Thanks I can do it
+ 1
-first create a student object with variables student name,english, maths,science
-then create an array or arrayList of students
-use if condition inside a for loop to check your conditions or you can use java streams.
-