Test Your Knowledge

ConsoleApp_Lesson3 Quiz

Answer all questions to test your understanding

1 What is the purpose of separating calculation logic into a separate class?
2 Which exception is thrown when dividing by zero in C#?
3 What is the purpose of a while loop in the calculator application?
4 Why should you use try-catch blocks in a calculator application?