+ 1
Can someone help me. trying to use a loop but first i have a problem with my last scanf.
3 Answers
+ 1
If you want run this code on sololearn then you have to use int main() at the place of void main()
And add return 0; also add closing curly braces .
else you can use void also but there is closing curly braces are missing
+ 1
You are not closed main function.
add } at end.
And scanf works but how are you using it?
+ 1
I see, thank you