Description
# 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).
Everything code
Original price was: $40.00.$30.00Current price is: $30.00.
# 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).
Reviews
There are no reviews yet.