Search:

Type: Posts; User: eyesackery

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,327

    Re: Help with Java coding problem!

    import java.util.*; public class H1D4 {public static void main (String[] args) {while (JPL.test()) {

    ////////////////////////////// PROBLEM STATEMENT //////////////////////////////
    // Given an...
  2. Replies
    4
    Views
    2,327

    Re: Help with Java coding problem!

    Wow, great advice. The physical deck of cards made me visualize the problem a lot better.

    This is how I plan to solve this problem.

    I will create a loop that calls the rotateLeft(); method...
  3. Replies
    4
    Views
    2,327

    Help with Java coding problem!

    This is a problem I have been struggling with, think I'm almost there with it just need a nudge in the right direction. I'm not looking for the answer, just some 'hints' :)

    The Problem...
Results 1 to 3 of 3