Michelle DiMarino 2bf67e3187 completed Sum of Input lab hace 6 años
.DS_Store initial commit hace 6 años
Main.class completed Sum of Input lab hace 6 años
Main.ctxt completed Sum of Input lab hace 6 años
Main.java completed Sum of Input lab hace 6 años
MainTest.class completed Sum of Input lab hace 6 años
MainTest.ctxt completed Sum of Input lab hace 6 años
MainTest.java completed Sum of Input lab hace 6 años
README.md initial commit hace 6 años
package.bluej completed Sum of Input lab hace 6 años

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.