Basic Object-Oriented Design in C#Assignment OverviewIn this assignment, you will get your first hands-on experience with Visual Studio and use basic aspects of object-oriented programming that should...

1 answer below »
Basic Object-Oriented Design in C#Assignment OverviewIn this assignment, you will get your first hands-on experience with Visual Studio and use basic aspects of object-oriented programming that should be familiar to you to create a Course class in C# that will encapsulate basic information about a course.
Assignment InstructionsStart a new project in Visual Studio 2017. In the New Project dialog box, look for the C# templates under Other languages. Under C#, select Windows Classic Desktop and then choose Console App (.NET Framework). Name the project CourseRegistration_Console_u01a1.Add a class to the project called Course. This class should encapsulate the following data about a course (using appropriate data types):Course number = IT4747Course title = C# Programming & App DevCredits = 6Length of course in weeks = 10In the console application, create an array of at least 3 Course objects with corresponding information about each course. It is fine to use hard-coded data; user input is not required.Use an appropriate loop to iterate over the array of Course objects and print out a listing of the courses, including the course number, course title, credits, and length of course in weeks. The program should format the output to be consistent and readable.The source code should be documented with comments and properly indented.Zip up the complete Visual Studio project for this program and submit it as an attachment for the assignment.Assignment RequirementsBe sure that:
Your program is a syntactically correct, well documented C# console application that compiles and runs without warnings or errors.Your program produces appropriate output in the terminal window that is consistently formatted and readable.Your program includes a properly designed C# class to encapsulate course data.Your program uses an array of Course objects with data for at least 3 courses.Your program uses an appropriate loop to cycle through the array and display the list of courses.
Answered 1 days AfterApr 11, 2022

Answer To: Basic Object-Oriented Design in C#Assignment OverviewIn this assignment, you will get your first...

Aditya answered on Apr 13 2022
73 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here