Computer Science, asked by sharmanamita962, 12 hours ago

Write the programs in C++:​

Attachments:

Answers

Answered by studywithstudents2
0

Answer:

public class abc

{

public static void main()

{

int m, s, c, av;

m = 80;

s = 78;

c = 92;

av = ( m + s + c) / 3;

System.out.println( " Average = " + av) ;

}

}

Similar questions