Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 276 Bytes

exercise.md

File metadata and controls

11 lines (7 loc) · 276 Bytes

Packages

Objectives

  1. Using the time package, print The time now is: <TIME>
  2. Using the math/rand package, generate random integer between 0 and 100
  3. Using the math package calculate the square of 9

Solution

Click here to view the solution