Chapter 3 Flashcards
How to write code
1
Q
The structure of a language and the rules about that structure
A
Syntax
2
Q
Text within a program intended only for a human reader
A
Comment
// on a single line
/* */ over multiple lines
3
Q
A window where the user can type commands or view input
A
Console
4
Q
A new line created after code is entered
A
Newline
\n
5
Q
Adding a tab in between each word
A
Tab line
\t
6
Q
A