Search:

Type: Posts; User: jonesk1978

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,929

    completely lost

    Here is my problem:
    Write a program that reads in a set of positive integers, representing test scores for a class, and outputs how many times a particular number appears in the list. You may assume...
  2. Replies
    6
    Views
    1,502

    Oh my thank you for that lol :)

    Oh my thank you for that lol :)
  3. Replies
    6
    Views
    1,502

    Well i did that and now I get "Stack around...

    Well i did that and now I get

    "Stack around the variable 'alpha' was corrupted."
  4. Replies
    6
    Views
    1,502

    tried that and here is the code with the new...

    tried that and here is the code with the new array values but still get the same error as before





    #include <iostream>


    using namespace std;
  5. Replies
    6
    Views
    1,502

    Help Access Violation

    Here is my code



    #include <iostream>


    using namespace std;
  6. Replies
    6
    Views
    3,766

    Ok So I restarted my coding so my question is how...

    Ok So I restarted my coding so my question is how do I retrieve all the data in my void getdata(); to use in my double taxAmount()? here is my code:




    #include <iostream>
    #include <iomanip>
    ...
  7. Replies
    6
    Views
    3,766

    I am taking this course through the internet...

    I am taking this course through the internet which is basically read chapters do the exercises. I read the chapter on Enum and object types but I do not understand at all that well if you can maybe...
  8. Replies
    6
    Views
    3,766

    Help with Federal taxes Excercise

    My assignment is to write a program that can calculate federal taxes. Single people exemption is 4000 and married is 7000. Can also add 6% of income to pension plan. Tax rates are: Between 0 - 15000...
  9. Replies
    3
    Views
    2,917

    That was it thank you very much. Surprising how...

    That was it thank you very much. Surprising how something as simple as that can mess a whole program up lol. Thanks again!!
  10. Replies
    3
    Views
    2,917

    Finding the lowest number

    I searched this site and found some answers but still can't get this program to return the lowest number it just keeps returning "int a" instead of the lowest number I can't seem to find what is...
Results 1 to 10 of 10