Michelle DiMarino 2bf67e3187 completed Sum of Input lab 6 år sedan
.DS_Store initial commit 6 år sedan
Main.class completed Sum of Input lab 6 år sedan
Main.ctxt completed Sum of Input lab 6 år sedan
Main.java completed Sum of Input lab 6 år sedan
MainTest.class completed Sum of Input lab 6 år sedan
MainTest.ctxt completed Sum of Input lab 6 år sedan
MainTest.java completed Sum of Input lab 6 år sedan
README.md initial commit 6 år sedan
package.bluej completed Sum of Input lab 6 år sedan

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.