- 1
How do I find the solutions to the exercises?
Solutions to exercises
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...
+ 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
0
What is the value of the result variable?
int a = 12;
int b = 5;
int result = a % b;
0
Manoj Aditya what does â%â mean to you?