write a program to add two numbers
Answers
Answered by
3
Answer:
In Java programming,
the program will be
class add
{
public static void main (int a, int b)
{
int s=a+b;
System.out.print("Sum is " +s);
}
}
This is your answer mate
Similar questions
English,
6 months ago
Physics,
6 months ago
Math,
1 year ago
English,
1 year ago
Business Studies,
1 year ago
Business Studies,
1 year ago