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)
2
Q
Purpose of concatenation
A
Join two strings together
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