data and exepresion Flashcards

1
Q

each piece of data that we send to a method is called

A

parameter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

print vs println

A

The main difference between print and println is that print method prints the string but does not move the cursor to a new line while the println method prints the string and moves the cursor to a new line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

concatonation between two statments

A

+

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

“dsfsdbjhsdfjkh”+24+23

“scdavcfdfda”+(24+23)

A

2423

47

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

\b

A

backspace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

\t

A

tab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

\n

A

newline

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

\r

A

carrige rutern

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

"

A

double quote

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

'

A

single quote

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

\

A

backslash

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

(“‘the only stupied question that is the one that not asked );

A

the concationation “+”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly