NedRedmond d38d7040ab The thing adds integers 6 år sedan
.DS_Store initial commit 6 år sedan
Main.class The thing adds integers 6 år sedan
Main.ctxt The thing adds integers 6 år sedan
Main.java The thing adds integers 6 år sedan
README.md initial commit 6 år sedan
package.bluej The thing adds integers 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.