Lesson8 Practice Assessment Daybeforexamen
Lesson8 Practice Assessment Daybeforexamen
Instructions
Write a console application in C# that allows a user to interact with the following
tests:
3. Exit
> 1
> The quick brown fox jumps over the lazy dog
Choose an option:
3. Exit
> 2
3. Exit
> 3
Grading Criteria
40% - Program Behaviour and Functionality
Your program behaves and functions correctly according to the above instructions
Your program returns correct results
40% - Code Quality
Your program make good use of data structures where appropriate
Your program makes good use of methods for organizing your logic
20% - Organization and Clarity
Your code is readable and clearly organized, with helpful variable names and
comments if and where appropriate.