Jared Norris 8083af2bb1 done пре 8 година
.DS_Store initial commit пре 8 година
Main.class done пре 8 година
Main.ctxt done пре 8 година
Main.java done пре 8 година
README.md initial commit пре 8 година
package.bluej done пре 8 година

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.