Search:

Type: Posts; User: donniebb

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    785

    Need assistance--plz!

    I'm working on a calculator program. It is suppose to accumulate the operations performed. Acceptable characters are +, -, *, %, /, =, and !

    Where I run into problems is printing the results...
  2. Replies
    4
    Views
    2,263

    box drawing

    I revamped my code, and in all my sample runs it works beautifully except two instances:
    when I enter a height of 1, it prints 2 rows
    And when I enter a width of one, it prints 2 columns

    I'm...
  3. Replies
    4
    Views
    2,263

    Box Drawing Program

    I'm writing a program that displays a box of any given size. There are width & height limits. The program should process only one input case (legal or not).


    This is my code so far:


    Code:
    ...
  4. Replies
    3
    Views
    1,283

    Still doesn't work

    I tried what you have suggested, yet my results are still the same. The addition is still not converting, so the result (if I type 12345) is 255 not 15.

    Also, I want to make sure I grasp the...
  5. Replies
    3
    Views
    1,283

    Novice needs help

    The following is my the program I am suppose to do:

    A program that uses a sentinel controlled loop to inputs
    5 digits of a 5 digit number (no spaces will appear between
    the digits) and then...
Results 1 to 5 of 5