Started by asmit10, October 05, 2011, 11:34:15 PM
Quote from: cybercjt on May 27, 2012, 02:27:31 PMShegoat
Quote from: Allie on October 05, 2011, 11:37:46 PMlmfao.you told it to print out the word tuna, not the string tuna.your an idiot.
Quote from: Allie on October 05, 2011, 11:43:52 PMkenny lmfao'd at you too.桜 says: http://boutcheetah.zylongaming.com/index.php/topic,17269Kenny says: lmfao
Quotefku
Quote from: asmit10 on October 05, 2011, 11:34:15 PMclass youtube3{ public static void main(String args[]) { double tuna = 5.28; System.out.print(tuna.toString()); }}When I run it, it just shows "tuna" not 5.28, can someone tell me what I did wrong ?
Quote from: Santa on October 06, 2011, 12:10:10 AMQuote from: asmit10 on October 05, 2011, 11:34:15 PMclass youtube3{ public static void main(String args[]) { double tuna = 5.28; System.out.print(tuna.toString()); }}When I run it, it just shows "tuna" not 5.28, can someone tell me what I did wrong ?