Module Outline

Use the following resources and work with your mentor to master the objectives for this module. Practice by completing the Mini-Project, Project, and Challenges.

Stretch Problem

    Obj-C Highest Number in an Array

    1. Make a new Objective-C Project
    2. Write a method that prints the highest number in an array (that is stored as a property).
    3. Change your method to take an array as a parameter and return the highest number. Once you do this, you can comment out your property and just make an array to use.

    ♦ Black Diamond

    Modify your function so it also prints out the second highest number in the array.

  • Solution

Project

Mastery Review

Module 37 - Capstone Project Supplementary Activities
  • Expand all
  • Collapse all
  • Obj-C Highest Number in an Array stretch problem