Elliott Stansbury 0174ae36ab Elliott Stansbury 6 年之前
.DS_Store initial commit 6 年之前
Main.class Elliott Stansbury 6 年之前
Main.ctxt Sum of Input 1 - n 6 年之前
Main.java Elliott Stansbury 6 年之前
README.md initial commit 6 年之前
package.bluej Elliott Stansbury 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.