An open API service indexing awesome lists of open source software.

https://github.com/zipcodecore/maven.sumorproduct


https://github.com/zipcodecore/maven.sumorproduct

corejava corejava-chapter3

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# ZCW-MicroLabs-JavaFundamentals-SumOrProduct

# Sum or Product

## Overview
* Write a program which prompts the user to input a number, `n`.
* The program should respond by printing the sum or product of the numbers 1 to `n`, contingent on user request.
* **Constraint:** No [Guassian wizardry](http://mathandmultimedia.com/2010/09/15/sum-first-n-positive-integers/) !

## Unit Test
No Unit Test