Vous êtes sur la page 1sur 2

CSD 2354 Programming C#

.NET

Assignment 1 (5%)

Instruction: Submit your answer in zipped folder include solution file and project file.

Write a C# console program that perform eligibility assessment for students before
applying to Lambton College. The program structure is as bellow:
Q: What is your full name?
User will enter his/her full name
Then, display “Hello, full name”
Q: What is your date of birth?
User will enter his/her date of birth
If user age below 16
Display a message “Sorry, you can’t enroll in Lambton College. Kindly, consider
applying to another program”
If the user entered string or number instead of date
Then, display a message “please enter a date format”
If user age above 16
Then, proceed with coming question
Q: What is highest education degree you have attained?
If user entered high school, then display a message “You are qualified for
Undergraduate degree”
If user entered Undergraduate degree, then, display a message “You are qualified for
postgraduate degree”
If user entered different string, repeat the question and display extra a message you
may only enter high school or Undergraduate degree in this field.

© 2018 LAMBTON COLLEGE IN TORONTO


CSD 2354 Programming C#
.NET

© 2018 LAMBTON COLLEGE IN TORONTO

Vous aimerez peut-être aussi