Search:

Type: Posts; User: Joes108

Search: Search took 0.00 seconds.

  1. Thread: Need Help

    by Joes108
    Replies
    5
    Views
    994

    I want to enter it in as a string then convert it...

    I want to enter it in as a string then convert it to a integer but how do I do that
  2. Thread: Need Help

    by Joes108
    Replies
    5
    Views
    994

    Need Help

    Hi I need help starting this program
    The program check to see if a credit card is valid or not
    the number is 16 digits long
    EX: Card Number 1234567890123456


    1. Double the value of...
  3. Replies
    3
    Views
    954

    ok this is what I did #include ...

    ok this is what I did


    #include <iostream.h>
    #include <conio.h>
    #include <stdlib.h>
    #include <time.h>

    int main(void)
    {
  4. Replies
    3
    Views
    954

    Need a little help

    This is the problem
    You are walking along on a nice sunny day and stumble upon a very odd bag of beans. This bag contains a few black beans and a few white beans. You want to use the bag, but you...
  5. Replies
    2
    Views
    1,040

    Factorial Parsing

    Hi I need help writing this program

    The factorial, n!, of an integer is defined to be:

    n! = ( n * ( n - 1 ) * ( n - 2 ) * ….. * 2 * 1 )

    An application of this formula is as follows, 5! =...
  6. Replies
    27
    Views
    16,029

    Here is the source in my conio.h /* ...

    Here is the source in my conio.h



    /* conio.h

    Direct MSDOS console input/output.

    Copyright (c) 1987, 1991 by Borland International
    All Rights Reserved.
  7. Thread: Need Help

    by Joes108
    Replies
    5
    Views
    987

    thanks for the fast reply

    thanks for the fast reply
  8. Thread: Need Help

    by Joes108
    Replies
    5
    Views
    987

    Need Help

    I need help starting this program I have to Write a program that will determine the maximum number of combinations to make $1 in change given six different coins. The coins you can use are pennies,...
Results 1 to 8 of 8