
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
![Write a complete Java program that performs the following tasks:
1. Ask the user to enter the last two digits of his/her student ID.
2. Break the number into two digits using arithmetic operators, then store the first and
second digits in integer variables named digitl and digit2
3. Find and print the following:
Note:
•
The product of digit] and digit2.
The sum of digit1 and digit2
•
The average of digit1 and digit2
•
The maximum of the two numbers; digit1 digit2 using a method from the
class Math.
Typical run of the program
03.java
Compile Messages IGRASP Messages Run 1/0 Interactions
End
Clear
Help
-jGRASP exec: java 03
Enter the last two numbers of your student IDI
46
The first digit 4, the second digit -6
Product: 4
6 = 24.0
sum: 4 + 6 - 10.0
average 15.0
maximun is 6
GRASP: operation complete.](https://content.bartleby.com/qna-images/question/277404f7-8adf-4ebe-8e35-84303be694fd/ee307798-51a3-4119-89fa-f2fb9ed63c42/6mpol6_thumbnail.jpeg)
Transcribed Image Text:Write a complete Java program that performs the following tasks:
1. Ask the user to enter the last two digits of his/her student ID.
2. Break the number into two digits using arithmetic operators, then store the first and
second digits in integer variables named digitl and digit2
3. Find and print the following:
Note:
•
The product of digit] and digit2.
The sum of digit1 and digit2
•
The average of digit1 and digit2
•
The maximum of the two numbers; digit1 digit2 using a method from the
class Math.
Typical run of the program
03.java
Compile Messages IGRASP Messages Run 1/0 Interactions
End
Clear
Help
-jGRASP exec: java 03
Enter the last two numbers of your student IDI
46
The first digit 4, the second digit -6
Product: 4
6 = 24.0
sum: 4 + 6 - 10.0
average 15.0
maximun is 6
GRASP: operation complete.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 3 steps with 1 images

Knowledge Booster
Similar questions
- The following problem shows up in a number of Java texts, including Savitch's textbook: The Harris-Benedict equation estimates the number of calories your body needs to maintain your weight if you do no exercise. This is called your basal metabolic rate, or BMR. The calories needed for a woman to maintain her weight is: WBMR = 655 + (4.3 × weight in pounds) + (4.7 × height in inches) − (4.7× age in years) The calories needed for a man to maintain his weight is: MBMR = 66 + (6.3 × weight in pounds) + (12.9 × height in inches) − (6.8 × age in years) A typical chocolate bar will contain around 230 calories. Write a program that allows the user to input his or her weight in pounds, height in inches, and age in years. The program should then output the number of chocolate bars that should be consumed to maintain one’s weight for both a woman and a man of the input weight, height, and age. NOTE: This is an application of a selection statement! Input Data: Use a named constant for the…arrow_forwardHand write the codearrow_forwardWrite in Java pleasearrow_forward
- Python Only answer: Alice is playing Air Hockey with Bob. The first person to earn seven points wins the match. Currently, Alice's score is A and Bob's score is B. Charlie is eagerly waiting for his turn. Help Charlie by calculating the minimum number of points that will be further scored in the match before it ends. Input Format The first line of input will contain an integer T - the number of test cases. The description of T test cases follows. The first and only line of each test case contains two space-separated integers A and B, as described in the problem statement. Output Format For each test case, output on a new line the minimum number of points that will be further scored in the match before it ends.arrow_forwardComputer Science I need help in oop. ➢Write a simple program (use your last nameas the name of the program) in Java.➢In your program, implement user input for(and also show the output of) the following:Your nameStudent numberTwo reasons why you are taking this course(My student number ends with an even number)➢If your student number ends with an evennumber:➢Compute the number of the remaining months inthe year 2022 and add 1 to the result.arrow_forwardIn Java Write a program that generates two integers and prompts the user to enter the sum of these two integers. Revise the program to generate three single digit integers and prompt the user to enter the sum of these three integersarrow_forward
- I want solution with stepsarrow_forward5. Given an amount of change in cents as an integer (say 92), write Java code to compute how many half dollars, quarters, dimes, nickels and pennies it consists of. For example, 92 cents would be 1 half dollar, 1 quarter, 1 dime, 1 nickels and 2 penniesarrow_forward(PLEASE USE BASIC JAVA NOT COMPLEX I AM A BEGINNER THANKS) Canadian phone number has the following format: +1 (604) 295- 8959 Area Code= Three digits starting with 2-9Prefix= Three digits starting with 2-9Subscriber= Any four digits 0-9Write a java program, using loops, that asks the user to enter a phone number then if correct print theArea Code, Prefix, and Subscriber numbers. If not correct, print what is wrong. Sample run:Enter a number or -99 to quit: +1 (604) 277-9999The number is correct with area code: 604, prefix 277, and subscriber 9999Enter a number or -99 to quit: 1 (104) 277-0123Country code doesn’t start with + and area code doesn’t start with a 2-9 number.arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY

Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON

Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education

Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY