Skip to content

JavaChr1s/PrimeCalc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrimeCalc

This little project was created to support my girlfriend who wants to make a distributed quiz application where different questions are asked and a certain set of answers are displayed to choose from. We talked about methods to store the the answers to the questions. She wants to use a prime for each possible answer, so that the set of all correct answers can be stored as the product of the correct answers' primes. So I decided to write a little program, where primes are generated and products are generated so that my girlfriend gets a picture of the sizes of the results and things like that.

About

calculates primes and multiplies them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%