hi, i have an "easy" assignment due today and for the past several days i have been completely unable to run these questions without errors,
one is asking to create a function drop-units to take an integer of 10 or greater and produce a new integer by dropping units.
ex. drop-units 148 should produce 140
drop-units 234 should produce 230
drop-units 300 should produce 300
i have no idea where to even start any help would be greatly...
Post new comment