Output Statements using the Command Prompt

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

1/6

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.

7 Terms

1
New cards

System.out.print();

Printing that leaves the insertion point after the last character of the value of expression.

2
New cards

System.out.println();

Printing that positions the insertion point at the beginning of the next line.

3
New cards

Concatenation Operator (+)

Concatenates or joins the operands or values to be printed

4
New cards

\n

Newline escape sequence

5
New cards

\t

Tab escape sequence

6
New cards

\b

Backspace escape sequence

7
New cards

\r

Return escape sequence