Microsoft visual studio assignment

computer science

Description

Using Microsoft® Visual Studio® ,C # create a program that allow users to enter data for Students, Faculty Members, Courses, and Register students to courses.

The Main menu should offer choices including, but not limited to:

  • Adding students
  • Adding faculty members
  • Adding courses
  • Registering students to course(s)
  • Printing a registration report 
  • Exiting Program
  • Adding students - The following data should be collected from student users: 
  • First name
  • Last name
  • Student ID number
  • Address
  • Phone
  • E-mail
  • Degree program
  • Adding faculty members - The following data should be collected from faculty users: 
  • First name
  • Last name
  • Faculty ID number
  • Address
  • Phone
  • E-mail
  • College program
  • Adding courses  - The following data should be collected: 
  • Course number
  • Course description
  • Start date
  • End date
  • Location
  • Number of credits
  • Faculty ID number

Complete the Main Menu.

Hint: Use a switch statement to accomplish the task

Using Microsoft® Visual Studio®, C #develop the details of each section using the program in Week Two is the above one .

Review the following for an example:

The program should store user inputs in flat files. 

Hint: Use a class to create custom types.


Related Questions in computer science category


Disclaimer
The ready solutions purchased from Library are already used solutions. Please do not submit them directly as it may lead to plagiarism. Once paid, the solution file download link will be sent to your provided email. Please either use them for learning purpose or re-write them in your own language. In case if you haven't get the email, do let us know via chat support.