Search:

Type: Posts; User: JackValentine01

Search: Search took 0.03 seconds.

  1. the reason that I don't understand how do make an...

    the reason that I don't understand how do make an array is because the teacher i had for C++ programming never explain anything
  2. ok i have revised the code to class...

    ok i have revised the code to


    class TestGrader
    {
    public:
    int setKey;
    char grade[20];
    char Answer[20] = {'B','D','A','A','C','A','B','A','C','D','B','C','B','A','D','C','C','B','D','A'};...
  3. Replies
    2
    Views
    1,709

    this board is not for others to do your homework...

    this board is not for others to do your homework assignments

    the program requires the <iostream>, data validation, an accumulator, an if statement for whether its withdrawal or deposit, and an...
  4. Array problem with const integral data

    const char Answer[20]=( 'B','D','A','A',
    'C','A','B','A',
    'C','D','B','C',
    'D','A','D','C',
    'C','B','D','A');

    error C2864: 'TestGrader::Answer' : only...
Results 1 to 4 of 4