----GRASP exec: java Question 2 Enter the last number of your student ID: 5 Enter the second last number of your student ID: 2 The sum of 5+2=7 (5 is equal to 2) false 5 to the power of 225.00 ---GRASP: operation complete.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter10: Introduction To Inheritance
Section: Chapter Questions
Problem 14RQ
icon
Related questions
Question

Write a complete Java program that does the following:

  1. Ask the user to enter the last number and the second last number of his / her student ID.
  2. Stores the entered numbers in adequate variables.
  3. Finds and prints the following using "printf":
  • The sum of the two numbers.
  • The boolean value of comparing the equality of the two numbers using the equality operator.
  • The value of the first number is raised to the power of the second number using a method from the class Math.

Note:

  • The class name of your Java program must be your first name.
  • Your answer should have the code as text as well as the screenshot of the program output (using your own student ID) as a part of your answer. Otherwise, zero marks will be awarded.

A typical run of the program

 

Compile Messages JGRASP Messages Run 1/0 Interactions
End
Clear
Help
----GRASP exec: java Question_2
Enter the last number of your student ID:
5
Enter the second last number of your student ID:
2
The sum of 5+2=7
(5 is equal to 2) = false
5 to the power of 2 - 25.00
----GRASP: operation complete.
Transcribed Image Text:Compile Messages JGRASP Messages Run 1/0 Interactions End Clear Help ----GRASP exec: java Question_2 Enter the last number of your student ID: 5 Enter the second last number of your student ID: 2 The sum of 5+2=7 (5 is equal to 2) = false 5 to the power of 2 - 25.00 ----GRASP: operation complete.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Unreferenced Objects
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT