Quiz

Let's solve a quiz to see where you stand!

We'll cover the following...
1

Which of the following is the correct way to declare a variable number?

A)

int number

B)

number int;

C)

int number;

D)

number int

Question 1 of 50 attempted

...