Answered step by step
Verified Expert Solution
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, 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started