Function of the code string.lower Flashcards

1
Q

Function of the code string.substring (3,2)

A

Returns two characters from the data in string starting at the fourth character (the first character 0)

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

Purpose of concatenation

A

Join two strings together

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

Difference between writing to a file and appending to a file

A

Write=overwrite everything already in the file

Append=add on to the end of what is already in the file

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