Eric Foster 2e0001b29c finished lab 6 yıl önce
.DS_Store initial commit 6 yıl önce
Calculator.class finished lab 6 yıl önce
Calculator.ctxt finished lab 6 yıl önce
Calculator.java finished lab 6 yıl önce
Console.class finished lab 6 yıl önce
Console.ctxt finished lab 6 yıl önce
Console.java finished lab 6 yıl önce
Main.class finished lab 6 yıl önce
Main.ctxt finished lab 6 yıl önce
Main.java finished lab 6 yıl önce
README.md initial commit 6 yıl önce
SumOfInput.class finished lab 6 yıl önce
SumOfInput.ctxt finished lab 6 yıl önce
SumOfInput.java finished lab 6 yıl önce
package.bluej finished lab 6 yıl önce

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.