COM1003 - Java Programming > Arithmetic, Input and Output > Flashcards
when does ‘+’ mean concatenation
when at least one of its operands is a String
if x = 2.0 and y - 1.2what is the -xy/xy?
-1.44
how to print a double quotation mark
(“"”)
how to print a back slash
(“\”)