Eric Foster 2e0001b29c finished lab пре 6 година
.DS_Store initial commit пре 6 година
Calculator.class finished lab пре 6 година
Calculator.ctxt finished lab пре 6 година
Calculator.java finished lab пре 6 година
Console.class finished lab пре 6 година
Console.ctxt finished lab пре 6 година
Console.java finished lab пре 6 година
Main.class finished lab пре 6 година
Main.ctxt finished lab пре 6 година
Main.java finished lab пре 6 година
README.md initial commit пре 6 година
SumOfInput.class finished lab пре 6 година
SumOfInput.ctxt finished lab пре 6 година
SumOfInput.java finished lab пре 6 година
package.bluej finished lab пре 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.