MASTERY09

Basic types and their use in C++  

Include the iostream and using namespace std . it must define the main function(main).

Diferent types of variables, int, double,float, and a value for these.

Int: only stores integers.

Double: stored real numbers with decimals.

Float: Also stores real numbers with decimals.

Then compile and run the program.




CC BY 4.0 MASTERY09 by ivanna lases is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.