$30
# Homework 1 - Base-10 Positional Counting## How To Use:- Run the .cpp- Enter any integer## ResultPrints out your integer to console in base-10 positional counting system. (i.e. 1234 -> 1000 + 200 + 30 + 4).
Starting from: $30