Search:

Type: Posts; User: Thoggle

Search: Search took 0.00 seconds.

  1. Thread: Need Help

    by Thoggle
    Replies
    2
    Views
    847

    (Like 5 billion or is it 5 billion)?????????

    (Like 5 billion or is it 5 billion)?????????
  2. Thread: Show list

    by Thoggle
    Replies
    3
    Views
    1,347

    print table of entries

    how do make the program sow how many times a zip was entered and what percent that number is of the total entries?
  3. Thread: Show list

    by Thoggle
    Replies
    3
    Views
    1,347

    Show list

    My program should allow the user to enter up to 100 Zip Codes and keep a count of how many times each one is entered. If a zip code has already been entered it should just add to the count, if it...
  4. Thread: Arrays

    by Thoggle
    Replies
    3
    Views
    1,094

    Arrays

    I am in my first C++ class and we are using the book C++ For business programers. We have just started capter 6 which covers arrays and I am lost The book wants me to write a program that prompts the...
  5. Replies
    3
    Views
    1,172

    Bank program won't run with a loop

    How can i get my program to run until it's told to exit? I want it to store the value that the user inputs and stay at that value until the user changes it again



    //Bank program

    #include...
  6. Replies
    8
    Views
    3,168

    counting by fives

    how do i make my program count by fives or tens



    #include <stdio.h>

    main()

    {
Results 1 to 6 of 6