+ 1
Variables in C++
hi, i need some one to help me use Variables in C++
3 Respostas
+ 8
Whad do you want to do?
Couse decribes 'em.
If you want something exact about 'em - just ask
+ 2
for variables, you have to specify a name and the type of data it will contain.
int x;
is a variable named x which contains data of type integer
+ 2
thanks