Computer Science, asked by 123mrudhulabenn, 1 year ago

java programme to do arithemetic operations

Answers

Answered by harendhra
1
class arithemetic

public static void(string)
{
int a,b,c,d;
a=b+c;
b=c-d;
d=c*a;
system.out.println(a);
system.out.println(b);
system.out.printlin(d);
Similar questions