Randall Gibson Jr f172924c3b sumof input done il y a 6 ans
.DS_Store initial commit il y a 6 ans
Main.class sumof input done il y a 6 ans
Main.ctxt sumof input done il y a 6 ans
Main.java sumof input done il y a 6 ans
README.TXT sumof input done il y a 6 ans
README.md initial commit il y a 6 ans
package.bluej sumof input done il y a 6 ans

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.