3-3練習(xí)題
three=one+two; ? ? ? ?System.out.println("three = one + two ==> ",+three); ? ? ? ? method PrintStream.println(float) is not applicable ? ? ?(actual and formal argument lists differ in length)是怎么回事???
three=one+two; ? ? ? ?System.out.println("three = one + two ==> ",+three); ? ? ? ? method PrintStream.println(float) is not applicable ? ? ?(actual and formal argument lists differ in length)是怎么回事???
2016-01-26
舉報
2016-01-26
,去掉看看