Search:

Type: Posts; User: whome

Search: Search took 0.12 seconds.

  1. Thread: Working with $

    by whome
    Replies
    20
    Views
    2,276

    Re: Working with $

    that just makes it constantly run.....it needs a value to know what to do
  2. Thread: Working with $

    by whome
    Replies
    20
    Views
    2,276

    Re: Working with $

    Getting there Norm.....now it just gives me one dollar sign ($) no matter what number I input
    int number;
    String symbol = "$";


    for...
  3. Thread: Working with $

    by whome
    Replies
    20
    Views
    2,276

    Re: Working with $

    won't let me define it..... this is what I have so far, but its only giving me one dollar sign ($) no matter what number I enter

    for (number = 1; number <= 5;)
    {
    System.out.print("Enter...
  4. Thread: Working with $

    by whome
    Replies
    20
    Views
    2,276

    Re: Working with $

    thats what I am doing.....it doesn't like the $ sign

    Lab7_Ex1.java:16: error: cannot find symbol
    for (number = 1; number>= 5; $++)
    ^
    symbol: variable $
    ...
  5. Thread: Working with $

    by whome
    Replies
    20
    Views
    2,276

    Re: Working with $

    Just java right now....told you I was new :D
  6. Thread: Working with $

    by whome
    Replies
    20
    Views
    2,276

    Re: Working with $

    Lab7_Ex1.java:16: error: cannot find symbol
    for (number = 1; number <= 5; $++)
    ^
    symbol: variable $
    location: class Lab7_Ex1
    1 error
  7. Thread: Working with $

    by whome
    Replies
    20
    Views
    2,276

    Re: Working with $

    I don't think that'd work.....maybe i'm not explaining it correctly..... If the user enters 7 as the input, the output would be $$$$$$$. If the user enters 3 as the input, the output would be $$$....
  8. Thread: Working with $

    by whome
    Replies
    20
    Views
    2,276

    Re: Working with $

    Sorry....i'm pretty new to programming......example?
  9. Thread: Working with $

    by whome
    Replies
    20
    Views
    2,276

    Re: Working with $

    I don't need it to be $100....I would need 100 dollar signs..... as in the output would be. $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

    lol
  10. Thread: Working with $

    by whome
    Replies
    20
    Views
    2,276

    Working with $

    I am writing a program and trying to multiply with $ if thats even possible.

    I am coding a program where the user enters a number, and the output is $$$ of the number entered. So if one is...
Results 1 to 10 of 10