Final Exam for Beginner Course

Task 7

Please modify the entry point method to declare an instance of the Survey type. After the declaration, add two text questions to the survey of your choice.

Next, after the two question declarations, create a new local declaration that returns the result of the GetScore method.

Finally, print the message "Your score: {Score}" to the Console using WriteLine, where {Score} is the score obtained from the survey.

Page 9 of 10