Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prjCollections (Prime Number List)

A Prime Number is an integer (other than 1) that is only evenly divisible by itself and 1. For example, the number five is prime because ot can only be evenly divided by 1 and 5. The number 6, however, is not prime because it can be divided by1,2,3, and 6.

Write an application that calculates and stores the first 100 prime numbers (starting at 2) in a list. Use an iterator to display the numbers

About

prjCollections (Prime Number List)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages