Computer Science, asked by amaira1609, 7 months ago


write a
program in java to find and display the
average of 5 numberés entered by the user.​

Answers

Answered by adityasingla14
1

i am Aditya Singla roll no ta holo na sesh kore na apka 666

Answered by gobbo510
0

Explanation:

public class demo

{

public void main (int a, int b, int c, int d, int e)

{

int x= Math.avg(a,b,c,d,e);

System.out.println(x);

}

}

hope it helps you

Similar questions