John Kim 8bbfa4e283 finished sum 6 vuotta sitten
.DS_Store initial commit 6 vuotta sitten
Main.class sum commit 6 vuotta sitten
Main.ctxt sum commit 6 vuotta sitten
Main.java sum commit 6 vuotta sitten
README.md initial commit 6 vuotta sitten
package.bluej finished sum 6 vuotta sitten

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.