You use the extension on the end of the file to tell you the type of a file
The extension is the .whatever in the name of the file
Answer:
print(“Coding is fun.”)
Explanation:
The proper format for a print statement is usually you have the print statement followed by the string in quotes in parentheses.
Hope this helped!
Answer: Citiations areto show where you got information from.
Explanation:
Strings can usually be dealt with as arrays of characters.
sentence[ -1 ]
sentence.substring( sentence.size() -1 );