Question: Instructions: Program and solve the following tasks in a script file; publish it as a PDF and submit it on Blackboard in the content section.
Instructions: Program and solve the following tasks in a script file; publish it as a PDF and submit it on Blackboard in the content section. Ensure that you put the proper header information your name, course name, date, HW number, etc. as shown in the class. Divide the script into sections for each task.
Task :
Write a program that accepts a numerical value from to as input and computes and displays the corresponding letter grade given by the following table.
A
B
C
D
F
Use the ranges, ie starting and ending points for all grades. When assigning a letter grade, ensure that you use the single quotes for the letters like this: lettergrade A Test the program for numericalgrade Hint below:Task :Randomize the sequence of your conditional branches of Task and run the script. Comment "YesNo at the bottom of your script if the sequence of the branches affects the output or not ie if I put the condition for A at the bottom and the condition for D at the top, and the condition for C before B etc. Test the program for numericalgrade
Task :
Solve Task in sequential order A B C but without the upper bounds of the numerical ranges, ie only utilize the conditions similar to "numericalgrade numericalgrade etc. Test the program for numericalgrade
Task :
Randomize the sequence of your conditional branches of Task and run the script. Comment "YesNo at the bottom of your script if the sequence of the branches affects the output or not. Test the program for numericalgrade
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
