hi..i am new progarmmer for c++ and i really need help coz i have lots of problom while doing progamming in c++. i need guidance how i can implement my code or if someone could start the code for so it might be easy to continue. i need everything in details..coz if there is soe code line then i nee dto know why it does like that and so on..im attaching a file of my assignmnet

>>if someone could start the code for so it might be easy to continue
Start with this:

#include <iostream>
using std::cout;

int main()
{
    // put your code here

   return 0;
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.