CH2 Programming

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Int main () {

Starts your program

2
New cards

cout « “text”

Prints out text

3
New cards

endl :

To go to another line

4
New cards

Int :

Value for whole numbers

5
New cards

Double/ Float :

Value for decimal numbers

6
New cards

Char :

Value for single letter ‘ L ‘ (no lleva double comillas)

7
New cards

String :

For words or sentences. Always under “ “

8
New cards

Bool:

For true or false

9
New cards

Return 0;

}

Te end code!