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 Antworten
+ 2
Better review the lesson
https://www.sololearn.com/learn/CPlusPlus/1617/
+ 1
Forgot that you needed the âwhileâ đ