Skip to content

Zipcoder/BlueJ.SumOfInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZCW-MicroLabs-JavaFundamentals-SumOfInput

Sum of the Numbers

Overview

  • The program should respond by returning the sum of numbers 1 to n. (That is, if a user inputs 2, the method should return 3. 1 + 2.) *Modify oneToNumber() to satisfy the given unit tests.
  • Constraint: No Guassian wizardry !

Unit Test

Provided in SumOfInputTest.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages