//Consider the following program. // Write down the output on your own paper. Then enter required information for this and the next two questions. #include using namespace std; int main() { int num =...


//Consider the following program.


//Write down the output on your own paper. Then enter required information for this and the next two questions.


#include


using namespace std;


int main()


{


      int num = 1;


       while (num <>


      {


               cout < num="">< “ ="">


                num = num + 5;


      }


}


The total number of values displayed is ______



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here