Project
multiply_prime_numbers_table
The program run from the command line and print a table to STDOUT. The first row and column of the table have the N primes, with each cell containing the product of the primes for the corresponding row and column. Allow the user to specify different table sizes through a command line option. If the option is not used, the table will contain the first 10 primes by default.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Development
Licenses
MIT
Dependencies