Starting from:

$30

Homework 1 - Base-10 Positional Counting

# Homework 1 - Base-10 Positional Counting

## How To Use:
- Run the .cpp
- Enter any integer

## Result
Prints out your integer to console in base-10 positional counting system. (i.e. 1234 -> 1000 + 200 + 30 + 4).