Akeem Cherry f5893a2f45 Sum of Input Works vor 6 Jahren
.DS_Store initial commit vor 6 Jahren
Main.class Sum of Input Works vor 6 Jahren
Main.ctxt Sum of Input Works vor 6 Jahren
Main.java Sum of Input Works vor 6 Jahren
README.md initial commit vor 6 Jahren
package.bluej Sum of Input Works vor 6 Jahren

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.