Answer to Question #308258 in Java | JSP | JSF for Kevin

Question #308258

Create a source code of this Output.

Output:

My name is Kevin Limbo

The sum is: 7

The difference is: 3

The product is: 10

The quotient is: 2.5

2nd year & Augustine SY 2021-2022


1
Expert's answer
2022-03-09T06:38:29-0500


class App {


	public static void main(String[] args) {


		System.out.println("My name is Kevin Limbo");
		System.out.println("The sum is: 7");
		System.out.println("The difference is: 3");
		System.out.println("The product is: 10");
		System.out.println("The quotient is: 2.5");
		System.out.println("2nd year & Augustine SY 2021-2022");


	}
}

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