byte Exercises
Easy Declare and Assign Declare a byte variable named age and assign it the value 21 Byte Range Check What is the output of the…
Easy Declare and Assign Declare a byte variable named age and assign it the value 21 Byte Range Check What is the output of the…
Easy Declare chars Create three char variables: Spot the error Which of the following declarations are invalid? Explain why Output prediction What will this code…