0
How do I determine a variable that not (int)number?
4 Antworten
+ 1
What language do you mean?
We have to tag what language we will use when we wanna ask kinda this question...
0
C++ language
0
There are many types of variables in c++ :
1. int
2. float
3. char (character)
4. string
5. long
6. short
7. double
8. bool (boolean)