Exercise: Declaration and Initialization Of Data Types
Write a code that initializes the variables and displays them.
We'll cover the following...
We'll cover the following...
Problem statement
Declare variables, assign them specific values, and print each variable to the console. Write code that initializes the variables and displays them.
Sample input
Declare an
integer
...