0

I’m looking at other people’s codes and trying to copy for hello world but it’s not working I’m even using there languages

Ok I have to got now I well do it tomorrow thank you for responding. it’s called I’m trying to code (ps i don’t no how to send it)

8th Oct 2019, 9:05 PM
Lets Code
Lets Code - avatar
5 RĂ©ponses
+ 3
Insert your code here and lets see if there is a mistake.
8th Oct 2019, 9:54 PM
Isaac Duah [Active!]
Isaac Duah [Active!] - avatar
+ 2
Just click on the share button, copy to clip board and paste the code here so someone can debug.
9th Oct 2019, 5:08 AM
Sonic
Sonic - avatar
0
We would have to see your code to know what's wrong. You can save it in code playground, then link it here.
8th Oct 2019, 9:21 PM
HonFu
HonFu - avatar
0
HonFu Aduyeboah Francis Found it, this is what he's working on. I don't know C++ btw. https://code.sololearn.com/cNh59XFuLC3k/?ref=app
8th Oct 2019, 11:24 PM
Odyel
Odyel - avatar
0
Nvm I learned how to print. You put in cout<<hello<<world. What you want to print should be in double quotaions such as cout<<"Hello World!"; dont forget the semi-colon. The next line should have a closed spike bracket. e.g. #include <iostream> using namespace std; int main() { cout<<"Hello World!"; }
8th Oct 2019, 11:44 PM
Odyel
Odyel - avatar