Mexi Liang 2446c64395 done vor 6 Jahren
.DS_Store done vor 6 Jahren
Main.class done vor 6 Jahren
Main.ctxt done vor 6 Jahren
Main.java done vor 6 Jahren
README.md initial commit vor 6 Jahren
package.bluej done 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.