Search:

Type: Posts; User: Alex123456

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    1,625

    Re: java question

    I want to remove a word from the csv file when it is used so that I don't have the same question twice with the same word and stop when all the words have been used but I don't know how to do it
  2. Replies
    7
    Views
    1,625

    Re: java question

    import extensions.CSVFile;


    CSVFile wordPrice = loadCSV("wordPrice");


    class Word {
    String word;
    int price;
    }
  3. Replies
    7
    Views
    1,625

    Re: java question

    How can I do it I'm a beginner I don't know how to do it?
  4. Replies
    7
    Views
    1,625

    Working with CSV files

    How to delete a word from the csv file when it is used so as not to have the same question twice with the same word and stop when all the words have been used?
  5. Thread: java help

    by Alex123456
    Replies
    18
    Views
    842

    Re: java help

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

    by Alex123456
    Replies
    18
    Views
    842

    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...
  7. Thread: java help

    by Alex123456
    Replies
    18
    Views
    842

    Re: java help

    Can you write some code that I see

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

    by Alex123456
    Replies
    18
    Views
    842

    Re: java help

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

    by Alex123456
    Replies
    18
    Views
    842

    Re: java help

    void rightprice (int Price, int RightPrice){

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

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

    by Alex123456
    Replies
    18
    Views
    842

    Re: java help

    because it returns Price + RightPrice

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

    by Alex123456
    Replies
    18
    Views
    842

    Re: java help

    int rightprice (int Price, int RightPrice){

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

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

    by Alex123456
    Replies
    18
    Views
    842

    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.
  13. Thread: java help

    by Alex123456
    Replies
    18
    Views
    842

    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 13 of 13