/count-up-by

Intro to Programming | Arrays & Looping | Practice: Looping with for

Primary LanguageHTML

Count Up By

A site that takes two numbers, one to coutn and another to determine what multiple to use to get there, 06.06.2016

By Maldon Meehan & Stephanie Gurung

Description

Count Up By Create a program that takes two numbers - one to count to and another to determine what multiple to use to get there.

Here is some sample input: Count to: 30 Count by: 5 Output: 5, 10, 15, 20, 25, 30

Count to: 50 Count by: 7 Output: 7, 14, 21, 28, 35, 42, 49

Don't forget to consider how to handle any input that might be submitted:

empty values (user just presses enter) non-numeric values negative numbers count by number is larger than the count to numbers

https://www.learnhowtoprogram.com/intro-to-programming/arrays-looping/practice-looping-with-for

Setup/Installation Requirements

  • Open https://github.com/maldonmeehan/count-up-by.git in an internet broser
  • _The site asks you two questions.
  • 1. What number do you want to count up to?
  • 2. What number do you want to count by?
  • Enter a number in each box.
  • The answer will appear in an alert box.

Known Bugs

no know bugs at this time.

Support and contact details

Please contact us for questions or concerns

Technologies Used

  • HTML
  • JavaScript
  • jquery
  • bootstrap

License

Copyright (c) 2016 Maldon Meehan & Stephanie Gurung, Epicodus