Search:

Type: Posts; User: BelleRose32x

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    687

    Re: INT Operations Help Plz

    Thats the problem I don't have anything posted what I posted this is what they gave me :

    import java.util.Scanner;

    class Main {
    public static void main(String[] args) {

    // Scanner is used...
  2. Replies
    9
    Views
    687

    Re: INT Operations Help Plz

    I am trying to have x be 10 and y be 20 because I need lines 1-5 to come out like this:

    1. What numbers would you like to do math with?
    2. the sum needs to come out to 30 so I need x and y to add...
  3. Replies
    9
    Views
    687

    Re: INT Operations Help Plz

    I am not getting an error no more I took everything out and left what they put in so this is the message I get when I run it:

    javac -classpath .:/run_dir/junit-4.12.jar:target/dependency/* -d ....
  4. Replies
    9
    Views
    687

    Re: INT Operations Help Plz

    It just keeps putting a ^ by the y or the x especially when I do the system.out.printin(x + y); for the sum of x and y also when I choose my numbers 20 and 10 its not letting I assumed I had to put...
  5. Replies
    9
    Views
    687

    INT Operations Help Plz

    I have been trying to code this for days now even did research looked through the notes and everything I keep trying is not working and it's what is in the notes and readings, I done everything like...
Results 1 to 5 of 5