Quiz Yourself: C# Basics

Check your understanding of C# case sensitivity, syntax rules, type casting, and control flow structures.

We'll cover the following...

C# Basics Quiz

1.

The Console.ReadLine() method reads user input. If a user types the number 87, what is the data type of the returned value?

A.

int

B.

string

C.

float

D.

bool


1 / 14