Mexi Liang 2446c64395 done 6 yıl önce
.DS_Store done 6 yıl önce
Main.class done 6 yıl önce
Main.ctxt done 6 yıl önce
Main.java done 6 yıl önce
README.md initial commit 6 yıl önce
package.bluej done 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.