1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Int main () {
Starts your program
cout « “text”
Prints out text
endl :
To go to another line
Int :
Value for whole numbers
Double/ Float :
Value for decimal numbers
Char :
Value for single letter ‘ L ‘ (no lleva double comillas)
String :
For words or sentences. Always under “ “
Bool:
For true or false
Return 0;
}
Te end code!