The first part of this lesson will introduce you to a math puzzle, and you’ll start designing a solution for it before you implement it in the next demo.
The puzzle is straightforward:
What is the sum between two numbers? For example, what’s the sum of numbers between one and 10?
The likely first solution that comes to your mind is to add 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10.
You’ll use what you’ve learned in the previous lessons to implement this initial solution in the next demo.
See forum comments
This content was released on Apr 24 2024. The official support period is 6-months
from this date.
Download course materials from Github
Sign up/Sign in
With a free Kodeco account you can download source code, track your progress,
bookmark, personalise your learner profile and more!
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.