Thread: Have you ever noticed?

Results 1 to 2 of 2
  1. #1 Have you ever noticed? 
    Banned

    Join Date
    Dec 2006
    Age
    28
    Posts
    2,196
    Thanks given
    5
    Thanks received
    23
    Rep Power
    0
    Have you ever noticed that if you put System.out.println(playerLevel[3]); or something it returns an error but just by adding +"" (System.out.println(playerLevel[3])
    it converts the int to a string.

    just was thinking bout this
    Reply With Quote  
     

  2. #2  
    Programmer, Contributor, RM and Veteran




    Join Date
    Mar 2007
    Posts
    5,147
    Thanks given
    2,656
    Thanks received
    3,731
    Rep Power
    5000
    Both ways should work fine.

    there is a println(int) method.
    .
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •