Search:

Type: Posts; User: titleist_03

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,003

    Punctuation in a string

    How can I output the punctuation from a string?
  2. Replies
    13
    Views
    1,406

    Searching an array

    I'm wanting to search an array. If there is only one value greater than zero then that position in the array is declared the winner. How can I do that?
  3. Thread: Dreidel

    by titleist_03
    Replies
    4
    Views
    1,365

    Dreidel

    Anyone know how to make a dreidel game?
  4. Replies
    8
    Views
    2,241

    Say the variable starts out at 3000. The program...

    Say the variable starts out at 3000. The program will read the input file and separate it into transaction in the savings account and transactions in the checking account. Depending on the...
  5. Replies
    8
    Views
    2,241

    I have the program running just fine. But at the...

    I have the program running just fine. But at the end of the statement I need to print the lowest value of the variable checkingBalance on the checking statement, and savingsBalance on the savings...
  6. Replies
    8
    Views
    2,241

    Finding lowest value

    I'm am creating a program that uses stream and creates two separate file that tracts the balances in a savings account and a checking account. At the end I need to print the lowest value that...
  7. Replies
    4
    Views
    1,006

    I figured it out. Didn't have the txt file in...

    I figured it out. Didn't have the txt file in the program file
  8. Replies
    4
    Views
    1,006

    Connecting to file

    I'm trying to connect to a file named accountTransactions.txt that is saved on my computer. I have set up an error trap that closes the program if the file doesn't connect properly. Everytime I try...
  9. Replies
    2
    Views
    1,018

    Always rounding up

    I'm trying to figure how much paint someone will need. I have this right here:

    int gallonsPaint = 0;
    double paintCost = 0;

    gallonsPaint = (int)totalFootage / SQUARE_FOOTAGE;



    Anything...
  10. Replies
    1
    Views
    1,330

    Help with Craps game

    Can anyone help me out on this thing. This is my first assignment and can't figure it out. But I can't get out of the loop after I roll the point value or roll a 7 to lose after the first roll. ...
Results 1 to 10 of 10