Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

int cpp

int num = 1;
The first part is the data type. The second is what you are going to name your
variable, and the third part is to make the variable this value, in this case, 1.
  
 
PREVIOUS NEXT
Tagged: #int #cpp
ADD COMMENT
Topic
Name
2+7 =