How do I find the solutions to the exercises? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How do I find the solutions to the exercises?

Solutions to exercises

20th Sep 2020, 9:08 PM
Ricardo Araujo
Ricardo Araujo - avatar
4 Answers
+ 2
Ricardo Araujo as Roderick Davis pointed out... however I would recommend going through the tutorials like you are currently doing the python tutorial and see how you can apply the new skills to the code coach solutions you plan on trying starting with the easy ones first such as Gotham, Popsicles, Jungle and then work up to the harder ones like military time, vault, password validation...
20th Sep 2020, 10:10 PM
BroFar
BroFar - avatar
+ 1
my best advice is to solve them, but if not post your code in here to ask where youre going wrong. Worst case scenario search your problem on here im sure it’s been answered before
20th Sep 2020, 9:15 PM
Roderick Davis
Roderick Davis - avatar
0
What is the value of the result variable? int a = 12; int b = 5; int result = a % b;
21st May 2021, 4:19 AM
Manoj Aditya
Manoj Aditya - avatar
0
Manoj Aditya what does ‘%’ mean to you?
23rd May 2021, 11:37 PM
Roderick Davis
Roderick Davis - avatar