Question: Which line in the following code is called the prompt #include //linel using namespace std; //line2 int main() //line3 { //line4 int n; //line5
Which line in the following code is called the prompt #include //linel using namespace std; //line2 int main() //line3 { //line4 int n; //line5 ?line long f=1; //line6 cout < < "Enter a positive integer: "; //line7 cin >> n; //line8 cout < < "the integer you entered is: "
Step by Step Solution
3.51 Rating (151 Votes )
There are 3 Steps involved in it
The line that is called the prompt ... View full answer
Get step-by-step solutions from verified subject matter experts
