Computer Science, asked by aadd11, 1 year ago

plzz help me in java programming WAP input 4 numbers add sub mul div and display the result

Answers

Answered by Amanraheja
1
class aadd11
{public static void main()
{int a, b, c, d;
a=1;
b=2;
c=3;
d=4;
System.out.println(a+b+c+d);
}}
Similar questions