THE PROBLEM: Design and write a program in Java that will write out all the printable characters in the ASCII chart with their corresponding ASCII code values. This means the characters numbered 33 through 126, inclusive. The program must have a repeating menu (using a switch statement) with instructions that allow the user to display the ASCII chart using a while loop, a do-while loop and a for-loop. Non-printable characters (those below 32) and those that are part of the Extended ASCII Chart or Unicode (above 126) should be skipped, but the rows should still line up neatly. In each case, the chart should look neat and readable, and each version of the chart should appear to be identical, except for a title at the top identifying which type of loop produced the chart. One option on the menu should allow the user to exit the program. Example: ASCII Chart Using a While-Loop: 33 = ! 34 = " 35 = # 36 = $ 37 = % 38 = & 39 = ' 40 = ( 41 = ) 42 = * 43 = + 44 = , 45 = - 46 = . 47 = / 48 = 0 49 = 1 ... etc. (to char 127) IMPLEMENTATION: In your program you must write several loops, including ones to write out the menu, to read in an option and (using a switch statement), and three loops to draw the chart using each type of loop. Note that the idea is to use three different types of loops to produce the charts. Just using System.out and typing it in one row at a time will not be acceptable. You should also have a working exit option in your menu. WHAT TO HAND IN: You must submit your working code, along with screen shots of each loop in action.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question

I need help with working this particular program. A screenshot of the entire working program code would be amazing, thank you so much.

THE PROBLEM: Design and write a program in Java that will write out all the printable characters in the ASCII chart with their corresponding ASCII code
values. This means the characters numbered 33 through 126, inclusive. The program must have a repeating menu (using a switch statement) with
instructions that allow the user to display the ASCII chart using a while loop, a do-while loop and a for-loop. Non-printable characters (those below 32)
and those that are part of the Extended ASCII Chart or Unicode (above 126) should be skipped, but the rows should still line up neatly. In each case, the
chart should look neat and readable, and each version of the chart should appear to be identical, except for a title at the top identifying which type of
loop produced the chart. One option on the menu should allow the user to exit the program.
Example:
ASCII Chart Using a While-Loop:
33 = ! 34 = " 35 = # 36 = $ 37 = % 38 = & 39 = ' 40 = (
41 = ) 42 = * 43 = + 44 = , 45 = - 46 = . 47 = / 48 = 0
49 = 1 ...
etc. (to char 127)
IMPLEMENTATION: In your program you must write several loops, including ones to write out the menu, to read in an option and (using a switch
statement), and three loops to draw the chart using each type of loop. Note that the idea is to use three different types of loops to produce the
charts. Just using System.out and typing it in one row at a time will not be acceptable. You should also have a working exit option in your menu.
WHAT TO HAND IN: You must submit your working code, along with screen shots of each loop in action.
Transcribed Image Text:THE PROBLEM: Design and write a program in Java that will write out all the printable characters in the ASCII chart with their corresponding ASCII code values. This means the characters numbered 33 through 126, inclusive. The program must have a repeating menu (using a switch statement) with instructions that allow the user to display the ASCII chart using a while loop, a do-while loop and a for-loop. Non-printable characters (those below 32) and those that are part of the Extended ASCII Chart or Unicode (above 126) should be skipped, but the rows should still line up neatly. In each case, the chart should look neat and readable, and each version of the chart should appear to be identical, except for a title at the top identifying which type of loop produced the chart. One option on the menu should allow the user to exit the program. Example: ASCII Chart Using a While-Loop: 33 = ! 34 = " 35 = # 36 = $ 37 = % 38 = & 39 = ' 40 = ( 41 = ) 42 = * 43 = + 44 = , 45 = - 46 = . 47 = / 48 = 0 49 = 1 ... etc. (to char 127) IMPLEMENTATION: In your program you must write several loops, including ones to write out the menu, to read in an option and (using a switch statement), and three loops to draw the chart using each type of loop. Note that the idea is to use three different types of loops to produce the charts. Just using System.out and typing it in one row at a time will not be acceptable. You should also have a working exit option in your menu. WHAT TO HAND IN: You must submit your working code, along with screen shots of each loop in action.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 11 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

when I tried to do it on my Visual Studio 2022 of what I did on my program code it gave me about 105 errors and you said it would work just about right

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Module hierarchy chart
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT