Search:

Type: Posts; User: smithmar

Search: Search took 0.17 seconds.

  1. Replies
    3
    Views
    1,350

    Re: Array toString

    Thanks guys, i figured it out. Had to change my String str line to str += scores[i] + " ";
  2. Replies
    3
    Views
    1,350

    Array toString

    I got this to compile but in the interaction pane im trying to make it look like the picture below but i come out with 0, 1 , 2, 55.8. Thanks

    1336


    public class TestScores
    {
    ...
Results 1 to 2 of 2