Skip to content

ZCW-Java8-0/Maven.SumOfInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SumOfInput

Sum of the Numbers

Objective:

  • 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 !

Purpose:

  • To establish familiarity with
    • Loops
    • User input
    • Object instantation/declaration
    • Method invokation

Resources:

Unit Test

No Unit Test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages