Question
This lab has two parts: 1. Create your own basic C# console application. 2. Create a second C# console application within the same solution that
This lab has two parts:
1. Create your own basic C# console application. 2. Create a second C# console application within the same solution that is slightly more challenging. It is important that you save this part as a foundation for your first console application. For the first part: Open Mono IDE and begin a new solution for a blank console application Create a new blank C# console application. Create a simple application using appropriate variables to ask the user what their name and GPA is. Determine whether they will graduate with honors or if they are failing out and on probation using the following criteria: If their GPA is above 3.5, they will graduate with honors If their GPA is below 2.0, they are on probation and failing out. Using the information given to you, display a personalized message to the user regarding their academic status.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started