#mastery09

Hello, this is for wich is basic types. so this is important to know, because you have to indentify when to use each one, these are the basic types:

 

int: you use it when tou want to work with integer numbers, like 1, 2, 3, 4, 5…

float: you use it if you want to work with decimal numbers, likes 1.034, 2.232. 2.432…

double float: this works very similar like float, but this one can keep more decimals, like 1.2322312, 2.123121213…

char: this is more fore alfabetic numbers, like a, b, c…

bool: this is for trueen false values

 

These are the basic types in c++ and it is usefull knowing them.

 

 

CC BY 4.0 #mastery09 by Osvaldo Mendoza is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.