Question
Methods and File Output and Exceptions Java Program Program Specifications: You to write a menu driven program. The program will use a switch statement. The
Methods and File Output and Exceptions Java Program
Program Specifications:
You to write a menu driven program. The program will use a switch statement. The cases will be as follows:
Get the users first name and echo it back out 20 times.
Get the Store users age and double it and display the age and the doubled age.
Using the age from #2 output one of the following statements
Since you are 99 years old, you are a teenager
Since you are 99 years old, you are NOT a teenager
Get a single integer between 3 and 50 from the user. Create a triangle of Xs with the integer inputted rows. The triangle needs to be displayed on the screen and in a text document named triangle.txt.
YOU CANNOT:
Use global variables
Use the word goto
Use the break command outside a case statement
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started