Program Specifications: Prompt the customer for their age. If they enter an age that is not an integer value, it means that they do not want to participate in the survey. Use a try block to detect this situation, and a catch block to display a message telling them the customer that you understand they do not want to participate. If the customer enters their age, it means that they do want to participate in the survey. Prompt them for the name of a file that contains standardized, two character abbreviations for each state, along with the names of the states. Use a try block to detect the situation in which the file cannot be opened, and a catch block do display a message telling the customer that the file cannot be opened. Read the contents of the file into a 52 row x 2 column array. Prompt them for the standardized, two character abbreviation of their home state (don’t be case sensitive). Compare the value they entered against the contents of the state information array. Prompt the user for their five digit zip code. Use a try block to detect the situation in which the zip code entered is not an integral value, and a catch block to display a message to the customer. Display the customer’s age, state name and zip code, and display a message telling the customer their participation is valuable. Use a final clause associated with the first try block to display a message that thanks the customer for participating in the survey.
Program Specifications: Prompt the customer for their age. If they enter an age that is not an integer value, it means that they do not want to participate in the survey. Use a try block to detect this situation, and a catch block to display a message telling them the customer that you understand they do not want to participate. If the customer enters their age, it means that they do want to participate in the survey. Prompt them for the name of a file that contains standardized, two character abbreviations for each state, along with the names of the states. Use a try block to detect the situation in which the file cannot be opened, and a catch block do display a message telling the customer that the file cannot be opened. Read the contents of the file into a 52 row x 2 column array. Prompt them for the standardized, two character abbreviation of their home state (don’t be case sensitive). Compare the value they entered against the contents of the state information array. Prompt the user for their five digit zip code. Use a try block to detect the situation in which the zip code entered is not an integral value, and a catch block to display a message to the customer. Display the customer’s age, state name and zip code, and display a message telling the customer their participation is valuable. Use a final clause associated with the first try block to display a message that thanks the customer for participating in the survey.
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Program Specifications:
- Prompt the customer for their age. If they enter an age that is not an integer value, it means that they do not want to participate in the survey. Use a try block to detect this situation, and a catch block to display a message telling them the customer that you understand they do not want to participate.
- If the customer enters their age, it means that they do want to participate in the survey. Prompt them for the name of a file that contains standardized, two character abbreviations for each state, along with the names of the states. Use a try block to detect the situation in which the file cannot be opened, and a catch block do display a message telling the customer that the file cannot be opened. Read the contents of the file into a 52 row x 2 column array.
- Prompt them for the standardized, two character abbreviation of their home state (don’t be case sensitive). Compare the value they entered against the contents of the state information array. Prompt the user for their five digit zip code. Use a try block to detect the situation in which the zip code entered is not an integral value, and a catch block to display a message to the customer.
- Display the customer’s age, state name and zip code, and display a message telling the customer their participation is valuable.
- Use a final clause associated with the first try block to display a message that thanks the customer for participating in the survey.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 7 steps with 5 images
Knowledge Booster
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.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education