+ 1
Im really stoned and yeah..
If i come this far am i supposed to know alot already? Because i feel lost
8 Respostas
+ 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.
+ 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)
+ 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;
}
+ 1
Profile picture confirms...
+ 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
+ 1
oh shit haha damn i will keep on studying hard and learn as much as an i can! :D
+ 1
Sebhashtian
That's the spirit, baby! 8D
0
does that code even make any sense is it correct at all?