Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 326 Bytes

File metadata and controls

14 lines (7 loc) · 326 Bytes

Challenge 1:

  • Recreate the following output in the terminal:

Challenge 2:

  • Make program to verify if number is prime, then list every prime smaller than it.

Challenge 3:

  • Make program to verify if number is prime as correct as possible. Must be good design and good style.