Write a program that uses a while loop to generate 49 random integers, all from 20 to 49, inclusive. The same loop should print the integers in seven rows and right-aligned in columns seven characters wide. The program should report both the count and the total of integers in the 20s, 30s, and 40s. See Sample Output. Sample Output (IMAGE BELOW)

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...
icon
Related questions
Question

Program51.java

Write a program that uses a while loop to generate 49 random integers, all from 20 to 49, inclusive. The same loop should print the integers in seven rows and right-aligned in columns seven characters wide. The program should report both the count and the total of integers in the 20s, 30s, and 40s. See Sample Output.
Sample Output (IMAGE BELOW)

Program52.java

Write a program that prompts the user for a binary number (from 3 to 8 bitsas a String and converts it to base-10 decimal value. There are several ways to do this in Java but your program must use a for loop and first principles to perform the conversion. Print the base-10 number when the loop ends.

Program53.java

Write a program that uses a for loop to print a table of the square roots, squares, cubes, and cube roots of the integers from 5 to 15, inclusive...five columns in all. Values in both roots columns should display in columns 9 characters wide with 5 decimals. All other columns should display in columns 7 characters wide without decimals.

 Program54.java

Write an inventory program for a small retail firm that sells only 4 products. The program should prompt for the unit price and quantity in stock for each product and then print the inventory value of each product. The program should finish by printing the total inventory value. Display commas for thousands as needed in currency outputs as shown.
Sample Output (IMAGE BELOW)

20
36
29
49
20
23
31
32
41
21
39
40
45
36
21
49
25
40
47
45
47
29
22
39
39
26
25
38
44
32
33
27
38
44
37
33
35
38
43
27
49
31
41
41
31
47
23
28
31
Found 15 numbers in the 20s totaling 366
Found 18 numbers in the 30s totaling 629
Found 16 numbers in the 40s totaling 712
Transcribed Image Text:20 36 29 49 20 23 31 32 41 21 39 40 45 36 21 49 25 40 47 45 47 29 22 39 39 26 25 38 44 32 33 27 38 44 37 33 35 38 43 27 49 31 41 41 31 47 23 28 31 Found 15 numbers in the 20s totaling 366 Found 18 numbers in the 30s totaling 629 Found 16 numbers in the 40s totaling 712
Enter the price and quantity in stock for product 1 24.99 48
Product 1 inventory value is $1,199.52
Enter the price and quantity in stock for product 2 32.95 30
Product 2 inventory value is $988.50
Enter the price and quantity in stock for product 3 44.99 24
Product 3 inventory value is $1,079.76
Enter the price and quantity in stock for product 4 59.99 20
Product 4 inventory value is $1,199.80
Total inventory value is $4,467.58
Transcribed Image Text:Enter the price and quantity in stock for product 1 24.99 48 Product 1 inventory value is $1,199.52 Enter the price and quantity in stock for product 2 32.95 30 Product 2 inventory value is $988.50 Enter the price and quantity in stock for product 3 44.99 24 Product 3 inventory value is $1,079.76 Enter the price and quantity in stock for product 4 59.99 20 Product 4 inventory value is $1,199.80 Total inventory value is $4,467.58
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
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 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)
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
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY