My direction are as follows: 1. >pico program2.cc 2. Now enter the header, probl
ID: 3616960 • Letter: M
Question
My direction are as follows:1. >pico program2.cc
2. Now enter the header, problem specification, and problemanalysis followed by
#inlcude <iostream>
using namespace std;
int main()
{
return 0;
} // end main function
3. Save your file by hitting ctrl o
4. exit pico editor ctrl x
5. Compile program2.cc
At the prompt type:
>g++ program2.cc (hit enter)
>a.out (hit enter)
6. Continue to enter the text file in small logical increments.
I have no idea if I'm to be typing into pico or not. Ifanyone could please help it would be a tremendous favor.