Question: 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, inputintprint 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 print out A for 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
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
