When using the printf statement, do the objects being formatted come before or after a variable that is also being printed (such as "'The status of your %s8 is %s4. The cost is ', pet, status + price")? Also, does it utilize rounding or truncation when shortening a value? -------------------------------------------------------------------------------------------- Can using the compare strings function be an alternative for alphabetizing something? If I use the string contains function on "Hello" asking if it contains "Hl", will it come back positive? --------------------------------------------------------------------------------------------