Seth 4aabe8d3a2 Add SumOfInupt 6 yıl önce
.DS_Store initial commit 6 yıl önce
README.md initial commit 6 yıl önce
SumofInput.class Add SumOfInupt 6 yıl önce
SumofInput.ctxt Add SumOfInupt 6 yıl önce
SumofInput.java Add SumOfInupt 6 yıl önce
package.bluej initial commit 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.