WAP to obtain three number and print their sum
Answers
Answered by
1
public class Operation
{ int a,b,c,s;
public void method()
{
s=a+b+c;
Sustem.out.println("Sum ="+s);
}
}
Similar questions
Computer Science,
5 months ago
Hindi,
5 months ago
English,
5 months ago
Math,
10 months ago
Math,
10 months ago
CBSE BOARD X,
1 year ago
Hindi,
1 year ago
Hindi,
1 year ago