write a
program in java to find and display the
average of 5 numberés entered by the user.
Answers
Answered by
1
i am Aditya Singla roll no ta holo na sesh kore na apka 666
Answered by
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
Math,
3 months ago
Computer Science,
3 months ago
Math,
3 months ago
English,
7 months ago
English,
7 months ago
Computer Science,
11 months ago
Physics,
11 months ago