Test Your Knowledge

C# Fundamentals - Lesson 3: Variables and Data Types Quiz

Answer all questions to test your understanding

1 Which data type is used for whole numbers in C#?
2 What is the range of the int data type in C#?
3 Which data type is best for precise decimal calculations like money?
4 What does the 'var' keyword do in C#?
5 What is a nullable type in C#?