Search:

Type: Posts; User: Flying216

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,183

    Re: Use of await statement in problem

    Oh I see, its one of those exercises. I would start with creating objects and passing variables between them which act within the constraints. Maybe you could clear this up, is semaphore design...
  2. Replies
    8
    Views
    1,183

    Re: Use of await statement in problem

    I agree with Norm, that doesn't look much like java.

    Is the wait command absolutely necessary? This seems like a problem about determining when the trains are to enter through the station if they...
  3. Replies
    2
    Views
    1,168

    Re: Comments In Java

    Oh shoot, on my screen it all lines up perfectly, but I did notice on my tablet the weird malfunction. It is because I use a television for coding. Even on the lowest resolution my notepad opens up...
  4. Replies
    2
    Views
    1,168

    Comments In Java

    I wrote a program calling a few different methods and it is all working, but I wanted to get feedback towards my own comments on the code. I read a link (posted just below) to help get me started on...
  5. Replies
    3
    Views
    1,051

    Re: [Beginner] Need Help for my Homework

    I saw a similar problem among some of the students in my programming class before. It can sometimes be difficult to get the ball rolling on a program without a real starting point. There is a process...
  6. Replies
    5
    Views
    1,454

    Re: I have sworn my oath

    I am just doing the programming tutorials and assignments out of my book. The assignments, about 20 per chapter, don't include actual script so its really dependent on my own scripting and knowledge...
  7. Re: i have writtena simple java program with one method but method is not executing ....

    My question: Are there any lines of this code which seem unnecessary?
  8. Re: Input Validation - Take no Symbols or Numbers

    I think a Do-While loop will be a good start!
    Since your program is going to have to test the name every time it is entered it ought to be in the loop body, and the do-while allows for a...
  9. Replies
    5
    Views
    1,454

    I have sworn my oath

    Greetings from the East coast to all of my brothers-in-arms! :cool:

    I have decided to take the plunge with java as my primary language as of this week. Now, before I get ahead of myself, I must...
Results 1 to 9 of 10