Eric Foster 2e0001b29c finished lab 6 lat temu
.DS_Store initial commit 6 lat temu
Calculator.class finished lab 6 lat temu
Calculator.ctxt finished lab 6 lat temu
Calculator.java finished lab 6 lat temu
Console.class finished lab 6 lat temu
Console.ctxt finished lab 6 lat temu
Console.java finished lab 6 lat temu
Main.class finished lab 6 lat temu
Main.ctxt finished lab 6 lat temu
Main.java finished lab 6 lat temu
README.md initial commit 6 lat temu
SumOfInput.class finished lab 6 lat temu
SumOfInput.ctxt finished lab 6 lat temu
SumOfInput.java finished lab 6 lat temu
package.bluej finished lab 6 lat temu

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.