Challenge: Variable Declaration
Solve the given problem by following the steps mentioned in the problem statement.
We'll cover the following...
Problem statement
- 
Declare a bytetype variable, name it age, and assign it a value of 10.
- 
Declare a shorttype variable, name it height, and assign it a value of 30000.
- 
Declare an inttype variable, name ...
 Ask