- 1
It's saying error 'cin' does not name a type cin >> input.... What to do
15 odpowiedzi
+ 6
Well done! i will delete my copy now 😊
+ 6
I did.. went to post it, but you had deleted the question.. I will do so again...
+ 6
https://code.sololearn.com/cEx0KKBFvDsP/?ref=app
please see comments on code
+ 5
welllll if you didnt delete your question so fast...
#include <cstdio> is the c++ header you want for printf . <stdio.h> is the c header
using namespace std; is what you want to include to use cin, otherwise you would have to type std::cin
+ 5
u can copy mine and delete the comments
+ 1
OK thanks a lot
+ 1
OK thanks a lot bro
0
correct my code plz
0
answer me plz
0
Jay
0
ok
0
plz do it
0
I am confused... send me a code without comments
0
I did my first c program