Search:

Type: Posts; User: Bentino

Search: Search took 0.11 seconds.

  1. Re: i am having a problem with the distance formula,help needed!

    KucerakJM,
    Sorry about that, here is the whole program:


    import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)

    /**
    * Write a description of class Target here.
    * ...
  2. i am having a problem with the distance formula,help needed!

    good day all, i am having a problem with a distance formula, i am using it in java greenfoot for a game that i need to program, could someone help me out?
    thanks

    here's what i got so far:

    ...
  3. Re: Help needed with constructing a while loop please!

    Christopher Lowe, thank you for the help, i will put your advise to good use.

    Thanks once again.
  4. Re: Help needed with constructing a while loop please!

    andreas90
    I have tried to simplify the code as my previous code was a bit much
    this is how it looks:





    import java.util.*;
    public class SimpleGme2 {
  5. Re: Help needed with constructing a while loop please!

    thank you, i have done that



    public class SimpleGame {

    public static void main(String args[])
    {
    int numGuess;
    int userGuess = 0;
  6. Help needed with constructing a while loop please!

    My task is to: Prompt the user for and read in the number of guesses the user wants at the random number.
    2. Generate (but not immediately display) the random number between 1 and 100.
    3. As long...
  7. Replies
    2
    Views
    1,101

    Issue with running DataGimmick program

    good day all,
    i am having an issue with running my program, i am not sure where i have gone wrong, i would appreciate it if someone could help me asap.

    Thank you

    here is what i was...
  8. Replies
    1
    Views
    1,461

    Help needed with java coding!!

    hello everyone,

    I am having an issue with getting my java class coding to complete the task.
    Here it is: I'm coding a a Java class called Roadway that meets the following UML specification:
    ...
Results 1 to 8 of 8