Answer to Question #307741 in Java | JSP | JSF for Nico

Question #307741

Create a java program of following output.

Output:

My name is Nico Sumpang

The sum is: 10

The difference is: 5

The product is: 20

The quotient is: 2.5

St. Augustine SY 2020-2021


1
Expert's answer
2022-03-08T09:38:58-0500


class App {


	public static void main(String[] args) {


		System.out.println("My name is Nico Sumpang");
		System.out.println("The sum is: 10");
		System.out.println("The difference is: 5");
		System.out.println("The product is: 20");
		System.out.println("The quotient is: 2.5");
		System.out.println("St. Augustine SY 2020-2021");
		
	}
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS