Lauren Green 1ead2f8785 new commit 6 lat temu
.DS_Store initial commit 6 lat temu
Main.class method written for sum of input 6 lat temu
Main.ctxt method written for sum of input 6 lat temu
Main.java new commit 6 lat temu
README.md initial commit 6 lat temu
package.bluej new commit 6 lat temu

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.