Write program in Java to accept marks of students in physics. Chemistry and biology. Display total marks and average marks
Answers
Answered by
16
class disha
{
public void disp(double phy,double chem,double bio)
{
double average=(phy+chem+bio)/2
System.out.println("the average marks is"+average)
}
}
this one is the simplest one
if you need a complex one with array you may just leave a comment
Anonymous:
Are u computer science students
Answered by
0
Answer:
this answer is from isce syllabus hope helpful and don't forget to mark me as brainliest
Attachments:
Similar questions
Math,
8 months ago
Science,
8 months ago
Math,
8 months ago
Social Sciences,
1 year ago
Math,
1 year ago