subject

I WILL GIVE 100 POINTS NOW PLEAS Output: Your goal

You will write a program that asks a user to answer a question, stores the response in a variable, and then prints a message based on the response.

Part 1: Plan and Write the Pseudocode

Using pseudocode, write an algorithm that someone else can follow.

Decide on a question to ask the user. Some ideas include:

What grade are you in?

What sport do you play?

Where did you go on vacation?

Use one variable to store the response.

Use one if-else statement to make a decision based on the user's input.

Display two messages; one for each condition (True and False).

Insert your pseudocode here: (you only need to do one)

Flowchart Write it out

Flowchart: Input leads to if statment. If true print response. if false print different response. Program ends. Get input:

If statement:

Print if true:

Print if false:

Part 2: Code the Program

Use the following guidelines to code your program.

Use the Python IDLE to write your program.

Using comments, type a heading that includes your name, today’s date, and a short description.

Set up your def main(): statement. (Don’t forget the parentheses and colon.)

Write one if-else statement using user input.

Include a print message for both conditions (True and False).

Conclude the program with the main() statement.

Follow the Python style conventions regarding indentation in your program.

Run your program to ensure it is working properly. Fix any errors you may observe.

When you've completed writing your program code, save your work by selecting 'Save' in the Python IDLE. When you submit your assignment, you will attach this Python file separately.

Part 3: Post Mortem Review (PMR)

Using complete sentences, respond to all the questions in the PMR chart.

Review Question Response

What was the purpose of your program?

How could your program be useful in the real world?

What is a problem you ran into, and how did you fix it?

Describe one thing you would do differently the next time you write a program.

Part 4: Save Your Work

Don't forget to save this worksheet. You will submit it for your assessment.

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 16:50, glitch14
3.2.5 suppose that we have an estimate ahead of time of how often search keys are to be accessed in a bst, and the freedom to insert items in any order that we desire. should the keys be inserted into the tree in increasing order, decreasing order of likely frequency of access, or some other order? explain your answer.
Answers: 1
image
Computers and Technology, 21.06.2019 17:30, josephvcarter
Who invented the tv .hint it was 2 people
Answers: 1
image
Computers and Technology, 22.06.2019 21:30, Nathaliasmiles
The graph shows median weekly earnings for full-time workers according to education level. which can you not conclude?
Answers: 2
image
Computers and Technology, 23.06.2019 06:30, arguellesjavier15
Who can provide you with a new password when you have forgotten your old one? your provide you with a new password in case you forget your old one.
Answers: 3
You know the right answer?
I WILL GIVE 100 POINTS NOW PLEAS Output: Your goal

You will write a program that asks a...

Questions in other subjects:

Konu
Mathematics, 05.02.2021 21:10