Search:

Type: Posts; User: xdrechsler

Search: Search took 0.11 seconds.

  1. Replies
    17
    Views
    1,851

    Re: Concatenating Inputs, need help please!

    Thanks! I'll give it a go later, I need to get some rest first, busy day for me.
  2. Replies
    17
    Views
    1,851

    Re: Concatenating Inputs, need help please!

    Do I have to change the entire program or I just add something to it with regards to newbie's post?
  3. Replies
    17
    Views
    1,851

    Re: Concatenating Inputs, need help please!

    Got It!


    OUTPUT:


    Can you help me with the whitespace so that I can enter "20+5" instead of "20 + 5".
  4. Replies
    17
    Views
    1,851

    Re: Concatenating Inputs, need help please!

    I'm sorry but I don't really know how to use Scanner. I've tried some but I ended up the same with using BufferedReader.
  5. Replies
    17
    Views
    1,851

    Re: Concatenating Inputs, need help please!

    @Sean4u
    Yes! that's what I'm saying. Can you help me with the java.lang.Scanner because we are not using it in our class.
  6. Replies
    17
    Views
    1,851

    Re: Concatenating Inputs, need help please!

    Let me put it this way. Let say I want to ADD 3 and 5. So the computer will ask me to enter/input my equation which is "3+5". Then, the computer will display the sum which is 8.

    INPUT: 3+5
    SUM: 8...
  7. Replies
    17
    Views
    1,851

    Re: Concatenating Inputs, need help please!

    "3+5" there was supposed to be an input but they are equivalent to 3 variables which is (num1, operation, num3)
  8. Replies
    17
    Views
    1,851

    Concatenating Inputs, need help please!

    OUTPUT
    Enter Operation: +
    Enter Number 1: 3
    Enter Number 2: 5

    * end of program *
    But our professor wants us to have an output like this,

    OUTPUT
    Input: 3+5
Results 1 to 8 of 8