Search:

Type: Posts; User: Virtuous1

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,284

    Okay, here's the code (I tried cutting and...

    Okay, here's the code (I tried cutting and pasting the code but I couldn't get it go through):
  2. Replies
    2
    Views
    1,284

    IF-ELSE Function

    I'm trying to write a program for a tax return that will read a dollar amount and print out the correct tax . . . using the IF-ELSE function, I've written out most of the program, however, when it...
  3. Thread: HELP!!

    by Virtuous1
    Replies
    5
    Views
    1,043

    Here it is: #include #include...

    Here it is:



    #include <iostream>
    #include <iomanip>
    using namespace std;

    const int INT_NUMBER = 1066;
  4. Thread: HELP!!

    by Virtuous1
    Replies
    5
    Views
    1,043

    I've tried posting the code, however, I keep...

    I've tried posting the code, however, I keep getting an error message telling me to post the code tags and I guess I'm not inserting them in the right places.
  5. Thread: HELP!!

    by Virtuous1
    Replies
    5
    Views
    1,043

    HELP!!

    I really could use some help with learning C++ programming . . . I'm trying to write a program that needs to print my numbers right-justified in a column on the screen and I haven't been successful ....
Results 1 to 5 of 5