Question: Considering grade letter calculator to determine the letter grade based on numerical mark. (a) Fill in the blanks ( ------------ | 8 blanks) in the

Considering grade letter calculator to determine the letter grade based on numerical mark.

(a) Fill in the blanks (------------ | 8 blanks) in the C# code below.Considering grade letter calculator to determine the letter grade based on numerical

double mark = Convert. string letter Grade = ""; -B1---- (lblResultstext); if (mark > 85) { letterGrade "High Distinction"; } else if (mark > 75) { B2------ "Distinction"; } else if (--B3--> 60) { letterGrade "Credit"; } else -B4---- (mark > 50) { lettecscade B5---; } B6--- { letter Grade = "Fail"; } Label1. ---B7--- -B8

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!