Im really stoned and yeah.. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Im really stoned and yeah..

If i come this far am i supposed to know alot already? Because i feel lost

3rd Dec 2018, 2:48 PM
Sebastian
Sebastian - avatar
8 ответов
+ 8
First, get your thoughts together and specify clearly what's going on and what we can do for you. We will be more than happy to do something about your confusion.
3rd Dec 2018, 3:08 PM
Babak
Babak - avatar
+ 2
"it just feels like im too stupid to learn to code" There's no such thing, believe me. Your code looks lovely to me and even though it's performing a simple task, there again, it's correct. The correctness is so important in programming and you've succeeded to apply that concept. Congrats, Sebastian! 8)
4th Dec 2018, 9:31 AM
Babak
Babak - avatar
+ 2
A little polishing and indentation and it's done #include <iostream> using namespace std; int main() { int stonedude = 1; int batman = 2; if (batman > stonedude) cout << "Batman wins"; else if (stonedude > batman) cout << "stonedude wins"; return 0; }
4th Dec 2018, 9:36 AM
Babak
Babak - avatar
+ 1
Profile picture confirms...
3rd Dec 2018, 3:18 PM
Bebida Roja
Bebida Roja - avatar
+ 1
it just feels like im too stupid to learn to code. this is what i can write from my knowledge of skills i’ve learned this far from this course. https://code.sololearn.com/cJ28a0SmH34Y/?ref=app
4th Dec 2018, 9:26 AM
Sebastian
Sebastian - avatar
+ 1
oh shit haha damn i will keep on studying hard and learn as much as an i can! :D
7th Dec 2018, 8:18 AM
Sebastian
Sebastian - avatar
+ 1
Sebhashtian That's the spirit, baby! 8D
7th Dec 2018, 8:51 AM
Babak
Babak - avatar
0
does that code even make any sense is it correct at all?
4th Dec 2018, 9:28 AM
Sebastian
Sebastian - avatar