Write a Java program to print the sum of two numbersTest Data:74 + 36Expected Output :110
public class Exercise2 { public static void main(String[] args) { System.out.println(24+26); } }
Sample Output:
50
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer