Write the logic that your program will use


Problem

Create a single .py program that performs the following tasks:

In the United States, radio call signs must begin with one of the following letters A, K, N, or W. Amateur radio call signs are assigned based on the State a person lives in and the license class they earn.

A. Write the logic that your program will use. Specifically include:

a. The number that indicates the state/states that the license would be issued in.
b. The license class (Extra, Advanced, General, Technician, Novice) that the call sign format would indicate.

B. Write the python script that will:

a. Ask the user to enter a call sign
b. Use a function to return the State/States that the call sign was issued in
c. Use a function to return the license class
d. Your main script should use the functions in 2b and 2c
e. Show the results (state or states of issue for that license and license class
f. Only consider 48 continental US States
g. Only consider call signs from regions 1-10 (see the FCC link below)

C. Test your script with call signs that include each license class and number that identifies the state/states of issue.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Write the logic that your program will use
Reference No:- TGS03345581

Expected delivery within 24 Hours