Rachelle 2415e2e7b7 Lab completed 8 yıl önce
.DS_Store initial commit 8 yıl önce
Main.class Lab completed 8 yıl önce
Main.ctxt Lab completed 8 yıl önce
Main.java Lab completed 8 yıl önce
README.md initial commit 8 yıl önce
package.bluej Lab completed 8 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.