Write a program in Java to input two integers or floating point numbers and display the addition.
Answers
Answered by
1
public class Add
{
public static void main(int a,int b)
{
System.out.println("Addition is "+(a+b));
}
}
Answered by
2
Answer:
yes we can become friends
have a purplistic day ahead
Similar questions
Geography,
4 months ago
Biology,
4 months ago
English,
9 months ago
Social Sciences,
9 months ago
Biology,
1 year ago