+ 1
The #include <iostream> still troubles me I haven't understand how to use it.please help me.
4 Antworten
+ 2
put it on the first line of the code
#include <iostream>
+ 2
iostream means input-output stream.
+ 2
@sunusi thank you for your help.
+ 2
@Delstrin thank you guy, I have now understand.