// format and display output Number Format number = Number Format.getNumber Inst number.setMinimumFractionDigits (3); string message = "Area: "Perimeter: System.out.println " + number.format (area) + "\n " + number.format (perimeter) (message); // see if the user wants to continue System.out.print("Continue? (y/n): ");
// format and display output Number Format number = Number Format.getNumber Inst number.setMinimumFractionDigits (3); string message = "Area: "Perimeter: System.out.println " + number.format (area) + "\n " + number.format (perimeter) (message); // see if the user wants to continue System.out.print("Continue? (y/n): ");
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question

Transcribed Image Text:22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
}
}
double
// format and display output
Number Format number = Number Format.getNumber Instance();
number.setMinimumFractionDigits (3);
String message =
"Area:
" + number.format (area) + "\n" +
" + number. format (perimeter) + "\n";
"Perimeter:
System.out.println (message);
// see if the user wants to continue
(y/n): ");
System.out.print("Continue?
choice = sc.nextLine();
System.out.println();
System.out.println("Bye!");
![Fig>
Start Page X AreaAndPerimeterApp.java X
Source History IC
1
2
3
4
5
6 B
7
8
TO D-C
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
import java.util.Scanner;
import java.text.Number Format;
public class AreaAndPerimeterApp {
Scanner sc = new Scanner (System.in);
String choice = "y";
while (choice.equalsIgnoreCase ("y")) {
// get input from user
system.out.print ("Enter length: ");
double length = Double.parse Double (sc.nextLine());
AreaAndPerimeterApp
508.7/657.0MB
public static void main(String[] args) {
System.out.println("Welcome to the Area and Perimeter Calculator").
System.out.println();
System.out.print("Enter width: ");
double width = Double.parse Double (sc.nextLine());
// calculate total
double area = width * length;
double perimeter = 2*width + 2 * length;
"Area:
// format and display output
Number Format number = Number Format.getNumberInstance();
number.setMinimumFractionDigits (3);
String message =
main
O
SC
TT
+ number. format (area) + "\n" +
48
DELL
Search
10
I](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F39747f77-b98b-4569-98a4-4b71b9c4a3df%2Fb89455f0-e2c5-47d4-866b-97804df80c66%2F9m789gd_processed.jpeg&w=3840&q=75)
Transcribed Image Text:Fig>
Start Page X AreaAndPerimeterApp.java X
Source History IC
1
2
3
4
5
6 B
7
8
TO D-C
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
import java.util.Scanner;
import java.text.Number Format;
public class AreaAndPerimeterApp {
Scanner sc = new Scanner (System.in);
String choice = "y";
while (choice.equalsIgnoreCase ("y")) {
// get input from user
system.out.print ("Enter length: ");
double length = Double.parse Double (sc.nextLine());
AreaAndPerimeterApp
508.7/657.0MB
public static void main(String[] args) {
System.out.println("Welcome to the Area and Perimeter Calculator").
System.out.println();
System.out.print("Enter width: ");
double width = Double.parse Double (sc.nextLine());
// calculate total
double area = width * length;
double perimeter = 2*width + 2 * length;
"Area:
// format and display output
Number Format number = Number Format.getNumberInstance();
number.setMinimumFractionDigits (3);
String message =
main
O
SC
TT
+ number. format (area) + "\n" +
48
DELL
Search
10
I
Expert Solution

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

Recommended textbooks for you

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

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