0

How to create a menu c++

Needs to create a menu using do and if

24th Oct 2018, 3:53 PM
Christopher D. Museme
Christopher D. Museme - avatar
1 Resposta
+ 8
do { cout << "Print menu here"; cin >> var ; if(condition) { .... } else if(condition) { .... } else { .... } }while (condition) ;
24th Oct 2018, 7:02 PM
blACk sh4d0w
blACk sh4d0w - avatar