Search:

Type: Posts; User: Alex123456

Search: Search took 0.11 seconds.

  1. Thread: java help

    by Alex123456
    Replies
    18
    Views
    927

    Re: java help

    void rightprice says if it's + or -
  2. Thread: java help

    by Alex123456
    Replies
    18
    Views
    927

    Re: java help

    I am trying to understand I am a beginner

    The program says "You have to guess the price" and when you write a number it stops

    readInt() when the user enters an integer, but what is it for "void...
  3. Thread: java help

    by Alex123456
    Replies
    18
    Views
    927

    Re: java help

    Can you write some code that I see

    Also how can I send you the ap.jar?
  4. Thread: java help

    by Alex123456
    Replies
    18
    Views
    927

    Re: java help

    I don't use the same java. Can you write your email then edit to send you the ap.jar?
  5. Thread: java help

    by Alex123456
    Replies
    18
    Views
    927

    Re: java help

    void rightprice (int Price, int RightPrice){

    while ((Price<RightPrice)||(Price>RightPrice)){

    if (Price<RightPrice){
    println("it's +");
    }
    else {...
  6. Thread: java help

    by Alex123456
    Replies
    18
    Views
    927

    Re: java help

    because it returns Price + RightPrice

    and i don't want to do int + int
  7. Thread: java help

    by Alex123456
    Replies
    18
    Views
    927

    Re: java help

    int rightprice (int Price, int RightPrice){

    while ((Price<RightPrice)||(Price>RightPrice)){

    if (Price<RightPrice){
    println("it's +");
    }
    else {...
  8. Thread: java help

    by Alex123456
    Replies
    18
    Views
    927

    Re: java help

    I am a beginner my code does not work and then I do not know how to do. Can you help me to make the game and explain me the code please.
  9. Thread: java help

    by Alex123456
    Replies
    18
    Views
    927

    java help

    Hello, I am a beginner and I need help with a game where you have to find the right price (the price is a random number).



    class game extends Program{

    String name;

    void...
Results 1 to 9 of 9