Microsoft® Visual Studio®, C## develop the details of each section using the program

computer science

Description

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

Review the following for an example:

  • 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

The program should store user inputs in flat files. 

Hint: Use a class to create custom types.


Related Questions in computer science category