Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For this exam you will need to upload two documents.The first document is your pseudocode, this is part of the grade. Remember pseudocode is just

For this exam you will need to upload two documents.The first document is your pseudocode, this is part of the grade. Remember pseudocode is just a general outline of the logic of your program, you do not need actual commands, instead just write how your program is going to work. It is essentially just an outline of how your code works.The second document is your code. You should be able to just copy and paste your code into a blank google doc. Make sure that you copy and paste it exactly, including the indentations. This code will also require comments. You can leave comments in your code by putting the # symbol in front of whatever you type. Your comments will detail what each part of the code does, labeling things like where you get your input, what the code is doing, etc. You do not need a comment for every line, just enough to explain what your program is doing.PROMPT:Using everything we've learned, input(),int(),print(), if, else, elif, and, or, comments, and pseudocode, make a program that will take a grade from the user using input(), and translate that grade into a letter, for example, if I make a 98, print out 'A', for 72, print out 'C'. You will be graded on your pseudocode, your actual code, and your comments in your code. Leave a comment with your name at line one of your program

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

Step: 3

blur-text-image

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 Systems Design Implementation And Management

Authors: Peter Rob, Carlos Coronel

6th International Edition

061921323X, 978-0619213237

More Books

Students also viewed these Databases questions

Question

I am paid fairly for the work I do.

Answered: 1 week ago

Question

I receive the training I need to do my job well.

Answered: 1 week ago