#include <iostream> using namespace std; int main ( ){ int num; max=10; num =1; while (num < max) num + + ; cout <<″Num = ″<< num; return 0; }