bluej progrm to find the average
Answers
Answered by
0
Explanation:
public class average
{
public static void main (string args[])
{
int numberone=21
int numbertwo=23
int numberthree=24
int total=numberone+numbertwo+numberthree;
system.out.println(,"total="+total);
system.out.println ("average="+avg);
}
}
output:total=68
Average=22
HOPE THIS PROGRAM IS HELPFUL FOR YOU
IF YES, PLEASE MARK ME AS THE BRAINLIEST PERSON ✌
Similar questions