Printing a table of numbers followed by its factorial.
Using a bool output function isPrime() which has multiple return paths for prime number check and then using this function to print a prime series for given number of terms
Write a program to find the sum of the following series upto 5 terms. Also pr