Arin Turpin aaa4183360 Commit преди 6 години
.DS_Store initial commit преди 6 години
Main.class Commit преди 6 години
Main.ctxt Commit преди 6 години
Main.java Commit преди 6 години
MainTest.class Commit преди 6 години
MainTest.ctxt Commit преди 6 години
MainTest.java Commit преди 6 години
README.TXT Commit преди 6 години
README.md initial commit преди 6 години
package.bluej Commit преди 6 години

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.