Variables and if(s)
Create variables for all known types and initialize them with values.
Try to assign a float value to: integer, char and boolean.
Then try to assign a char value to: double, integer and boolean
Comment incorrect assignments.
Try to cast values in Task 1, if it is possible.
Write a program with two numerical variables. Display: a sum, difference, multiplication and division.
Make sure program will work with any possible values assigned to variables.
Use bitwise operations to check, if a number is odd or even.
Write a program, that classifies a given number to one or more ranges: