//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 ______
using namespace std;
int main()
{
int num = 1;
while (num <>
cout < num="">< “ ="">
num = num + 5;
}
The total number of values displayed is ______
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here