n this lab, you complete a prewritten Java program that computes the largest and smallest of three integer values. Instructions Two variables named largest and smallest are assigned for you. Use these variables to store the largest and smallest of the three integer values. You must decide what other variables you will need and initialize them if appropriate. Your program should prompt the user to enter 3 integers. Write the rest of the program using assignment statements, and if else statements as appropriate. Execute the program by clicking the Run button at the bottom of the screen: Using the input of -50, 53, 78, your output should be: The largest value is 78 The smallest value is -50 Remember:  - Program contains the necessary amount of if else statements needed to calculate the output and doesn't contain any hardcoded values. - Program computes the largest and smallest of three integers: Program computes the largest and smallest of the following integers: -50, 78, 53. Program computes the largest and smallest of the following integers: 11, 12, 13. Program computes the largest and smallest of the following integers: -21, -1, -30.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter2: Using Data
Section: Chapter Questions
Problem 4E: In this chapter, you learned that although a double and a decimal both hold floating-point numbers,...
icon
Related questions
Question

In this lab, you complete a prewritten Java program that computes the largest and smallest of three integer values.

Instructions

  1. Two variables named largest and smallest are assigned for you. Use these variables to store the largest and smallest of the three integer values. You must decide what other variables you will need and initialize them if appropriate.
  2. Your program should prompt the user to enter 3 integers.
  3. Write the rest of the program using assignment statements, and if else statements as appropriate.
  4. Execute the program by clicking the Run button at the bottom of the screen: Using the input of -50, 53, 78, your output should be: The largest value is 78 The smallest value is -50

Remember: 

- Program contains the necessary amount of if else statements needed to calculate the output and doesn't contain any hardcoded values.

- Program computes the largest and smallest of three integers: Program computes the largest and smallest of the following integers: -50, 78, 53. Program computes the largest and smallest of the following integers: 11, 12, 13. Program computes the largest and smallest of the following integers: -21, -1, -30.

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Introduction to Coding
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage