0
Is my ’do’-loop wrong? It says ”Expected primary-expression before ’int’”
do(int x = 0;x>3;x++) { cin >>ans0; answer[x]=ans0; cout <<answer[x]; }
2 Respuestas
+ 2
Better review the lesson
https://www.sololearn.com/learn/CPlusPlus/1617/
+ 1
Forgot that you needed the ’while’ 😅