int Exercises
Easy Declare an int variable Create an int variable named age and assign it the value 20. Print the value to the console. Valid or…
Easy Declare an int variable Create an int variable named age and assign it the value 20. Print the value to the console. Valid or…
Easy Declare a boolean Create a boolean variable called isOnline and assign it the value true. Print its value. true or false What will be…
Easy Declare a long Declare a long variable called distance and assign it the value of 123456789L Fix the error Why does this code not…