Which of the following illustrates the proper declaration of a variable and data type to hold a whole number?

int myNumber = 10;

Int myNumber = "10";

myNumber = 10 + "10";

float myNumber = 5;