Arin Turpin aaa4183360 Commit před 6 roky
.DS_Store initial commit před 6 roky
Main.class Commit před 6 roky
Main.ctxt Commit před 6 roky
Main.java Commit před 6 roky
MainTest.class Commit před 6 roky
MainTest.ctxt Commit před 6 roky
MainTest.java Commit před 6 roky
README.TXT Commit před 6 roky
README.md initial commit před 6 roky
package.bluej Commit před 6 roky

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.