Nuridalia Hermandez 1108f529b0 For loop lab 6 jaren geleden
.DS_Store initial commit 6 jaren geleden
Main.class For loop lab 6 jaren geleden
Main.ctxt For loop lab 6 jaren geleden
Main.java For loop lab 6 jaren geleden
README.md initial commit 6 jaren geleden
package.bluej For loop lab 6 jaren geleden

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.