Skip to content

Assignment 4 (Loops and Algorithms)

Coding Bat practice

Do these exercises on Coding Bat Warmup 2.

  • stringTimes
  • doubleX
  • frontTimes
  • stringMatch
  • stringSplosion

Note: There is nothing to turn in for this part.

Coding Exercises

Coding Exercises Ch 3: #1-4. Optional extra practice: #5-8.

Reference: csbook Ch 3

Note: Quiz #4 will consist of writing functions involving loop computations, including complete function declarations (but no unit tests).

Reading