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
Math,
5 months ago
Chemistry,
5 months ago
Math,
5 months ago
Math,
11 months ago
English,
11 months ago
Business Studies,
1 year ago
Business Studies,
1 year ago