Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 471 Bytes

File metadata and controls

15 lines (10 loc) · 471 Bytes

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

Whats Next?

  • The next lab is located here.