Question: Problem 1: Use Visual Studio editor to write an OOP console program in C# to manage complete student information. Accept (ask for) student's name, age
Problem 1: Use Visual Studio editor to write an OOP console program in C\# to manage complete student information. Accept (ask for) student's name, age (as a sbyte), ID (as a uint), and college name, city, and address. Store all those values into the appropriate variable's datatypes (use Convert class), and then, display all the student and college information on two lines by using the placeholders. Use a loop for having the valid age value entered between 21 to 85 years old. Use a loop do .. while and switch for having the options to enter a new student/college information, display the information and the option to quit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
