Using Visual Studios Create Class Named Course Course Consist Department Name 3 Characters Q37043127

Using Visual Studios ;

Create a class named Course. A Course will consist of adepartment name (3 characters all upper case), number (long between100 and 999), semester (string — Fall, Spring or Summer), year(long 1964 and higher), credit hours(long between 1-8) and grade (2characters). Write the appropriate “check”, get and set routines.Also write the Equals and ToString methods. Finally write a programmake and test Course objects.


Solution


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.