Question: 1) [34 points] Assume you are going develop an application for a website to convert area code to state in the table below. The application
![1) [34 points] Assume you are going develop an application for](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f15a0ee3617_26266f15a0e4eec8.jpg)
1) [34 points] Assume you are going develop an application for a website to convert area code to state in the table below. The application will enable users to enter an area code, which will then be matched to the corresponding state. The mapping rule for this conversion is as follows: Write a program that prompts the user to enter an area code and displays its corresponding state. A. [5 points] System Analysis: What is(are) the input(s) and output(s)? B. [5 points] Assume you are going to use a single MULTIPLE way decision selection statement. What should be the condition for displaying the state Idaho? How to represent it using a Boolean expression (may use logical operator) in Python? ****Let us follow our plan in question B and complete questions C-E*** C. [5 points] System Design: List the steps to get output(s) from input(s) D. [5 points] Write your program and put your source code here. E. [2 points] A screenshot of the output of program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
