Froilan Miranda b98aaae009 initial commit 5 years ago
.DS_Store initial commit 5 years ago
Main.java initial commit 5 years ago
README.md initial commit 5 years ago
package.bluej initial commit 5 years ago

README.md

ZCW-MicroLabs-JavaFundamentals-SumOfInput

Sum of the Numbers

Overview

  • Write a program which prompts the user to input a number, n.
  • The program should respond by printing the sum of the numbers 1 to n.
  • Constraint: No Guassian wizardry !

Unit Test

No Unit Test

What's next?

  • The next lab can be found here.