Question: in c# PROGRAM (1): Based on what you have learned from the Conditional Statement example, write a C# Console Program (with Conditional Statements) that does
PROGRAM (1): Based on what you have learned from the Conditional Statement example, write a C\# Console Program (with Conditional Statements) that does the following: 1. Ask the user what grade they expect to get in ISM 4300. They should enter a numeric value. Use a Try Catch statement to validate the user's entry. 2. Based on what the user has entered, have the program display their Letter grade (i.e., A, B, C, D, F). Once you complete this program, upload it to GitHub. Then, paste your GitHub Link to GitHub here. EXAMPLE: INPUT: 85 OUTPUT: Your letter grade is B
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
