+ 3
How does the Ruby code ; print ("My") print ("first") puts ("program") works??
-----All..the above functions used..print, puts are in different lines!
1 Resposta
+ 2
print() doesn't add a newline character at end of string. puts() adds newline charecter.