Create a VB.NET Console Application that does the following: Create a variable of Integer data type, called marks; Create a variable of String data type, called grade; Assign the user input to marks;...


Create a VB.NET Console Application that does the following:
Create a variable of Integer data type, called marks;
Create a variable of String data type, called grade;
Assign the user input to marks;
Convert marks into grade as follows using the Select-Case statement:






























Marks



Grade



70-100



A



60-69



B



50-59



C



40-49



D



Below 40



F




  • Display the values of marks and grade in the console window using the statements

  • Console.WriteLine(marks)

  • Console.WriteLine(grade)



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here