Module 1 - Meeting Your First Array
0% Completed
Overview: In module two we will get an introduction to the intricacies of arrays. You will deal with recursing through these arrays of felts, known as felt*. What you will implement: For this section you will write a function that recurses through an array of numbers, representing the angle of each of the faces of the pyramid with the ground, and ensure the angles are within the safe range prescribed by the Mummies or are to their liking to build a joke pyramid. In this section we will cover: arrays (felt*), recursion, builtins, implicit arguments, imports and local variables. You can either skips the step by step lessons and solve the whole chapter or go step by step starting at Lesson 1. See you on the other side.
What you'll learn
Creating an array
5-10 minWriting Function Signatures For Recursing Through Array
5-10 minPrinting Output & Implicit Arguments
5-10 minImplementing Recursive Logic
20-30 minLocal Variables
10-15 minReturning multiple values and more recursion
30-40 minSolve the Module Without Help
2 hrs