Navya Sanal 32d2a7e479 hi 6 yıl önce
.DS_Store initial commit 6 yıl önce
Main.class committing the SumOfInput 6 yıl önce
Main.ctxt committing the SumOfInput 6 yıl önce
Main.java hi 6 yıl önce
README.md initial commit 6 yıl önce
package.bluej hi 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.