Just when i thought this class could not get any harder i get this assignment. The last few lectures i have watched in my class on pointers have gotten me totally confused. Now i have this assignment due in 6 days that i seriously do not even know how to start. Any help would be very much appreciated. I have a few more assignments to do before this semester is over and i am trying to do well on them. But getting these assignments makes it very difficult...i have attached the directions for our assignment and what the output is supposed to look like....here is my starting setup...
//Assignment 8: Pointers, Functions, and Input Validation
//By: Curtis Davenport
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
return 0;
}
Everytime i read the directions i have a question mark over my head...