Search:

Type: Posts; User: pbrockway2

Search: Search took 0.13 seconds.

  1. Replies
    4
    Views
    1,323

    Re: Can someone help me with this please?

    For the pea/pod thing, your code is already reporting the number of peas per pod. Basically you should replace the 22 with the variable representing the number of pods.



    System.out.print(22 +...
  2. Replies
    4
    Views
    1,323

    Re: Can someone help me with this please?

    It is important to realise that toUpperCase() does not alter the sequence of characters that makes up the string text. What it does is create a brand new string with the sequence of characters "I...
Results 1 to 2 of 2