Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

python code to output the sample runs below Write a program that does the following: - Prompts the user if they served in the armed

python code to output the sample runs below
image text in transcribed
image text in transcribed
Write a program that does the following: - Prompts the user if they served in the armed forces - expected answers are y or n - If the user is a member of the armed forces, prompt them for which branch (see list below) and print the slogan fo that branch. Assumptions - Acceptable responses for the first input are n or y - the user should be re-prompted until correct data is provided. - The second prompt will always have a correct response. - You may only use constructs that have been presented so far in this course - You are not allowed to have a print statement in your If statement. - You may not use a list or dictionary. - Your print statements can only contain string literals and variables. Sample Run 01 Did you serve in the armed forces? (y) : y Which branch did you serve: Air Force Aim High Program is done. Sample Run 02 Did you serve in the armed forces? (y):n Program is done Sample Run 03 Did you serve in the armed forces? (y):I did serve That is an incorrect response. Did you serve in the armed forces? (y):n Program is done

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_2

Step: 3

blur-text-image_3

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

Database Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

9th Edition

0135188148, 978-0135188149, 9781642087611

More Books

Students also viewed these Databases questions

Question

explain how organizations can promote a positive safety climate.

Answered: 1 week ago

Question

2 What are the steps that can aid effective communication?

Answered: 1 week ago