Computer Science, asked by Chandra1972, 6 months ago

Write a program in Java to input two integers or floating point numbers and display the addition.​

Answers

Answered by KyloRen314
1

public class Add

{

public static void main(int a,int b)

{

System.out.println("Addition is "+(a+b));

}

}

Answered by aaryaasingh09
2

Answer:

yes we can become friends

have a purplistic day ahead

Similar questions