Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Methods and File Output and Exceptions Outcome: Student will demonstrate the ability to write, use and call methods Student will demonstrate the ability to pass

Methods and File Output and Exceptions

Outcome:

  • Student will demonstrate the ability to write, use and call methods
  • Student will demonstrate the ability to pass values to and from methods
  • Student will demonstrate the ability to catch exceptions
  • Student will demonstrate the ability to create a text file
  • Student will demonstrate the ability to validate input data

Program Specifications:

You to write a menu driven program. The program will use a switch statement. The cases will be as follows:

  1. Get the users first name and echo it back out 20 times.
  2. Get the Store users age and double it and display the age and the doubled age.
  3. Using the age from #2 output one of the following statements
    1. Since you are XX years old, you are a teenager
    2. Since you are XX years old, you are NOT a teenager
  4. 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.

Submission Requirements:

  • You must follow the rules from the second assignment.

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data Fundamentals Concepts, Drivers & Techniques

Authors: Thomas Erl, Wajid Khattak, Paul Buhler

1st Edition

0134291204, 9780134291208

More Books

Students also viewed these Databases questions

Question

Define human resource development (HRD)

Answered: 1 week ago