Skip to content

scriptEd-HSFI/PI-Day-Exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PI-Day-Exercises

Exercise 1: Create a function that generates an ARRAY of 6 random integers (NUMBERS) between 0 and 60. Use a while or for-loop, Math.random(), Math.ceil() and/or Math.floor().

Exercise 2: Create a function that takes a number (a radius) as its argument, and returns the area of the cricle with that radius. Round the area to the closest integer. It doesn't matter if you round up or down.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors