...

/

Exercise: Declaration and Initialization Of Data Types

Exercise: Declaration and Initialization Of Data Types

Test your understanding of data types and initialization of declared variables in C++

Problem Statement

You have been given a task to perform a list of variable declarations, assigning values and printing the output on the console. Your job is to write a code that initializes the variables and displays them.

Sample input

    ...