- #1
carterw
- 5
- 0
Hello.
I would like to write a program into which I can input any number, say 11133, and divide this by a list of numbers, say 543, 345, 2368...
and have the program print the list of results, integers only, with the remainder.
I imagine this is a fairly simple program to write, but I am still unfamiliar as yet with what steps to take to begin. Would anyone be able to help. Thanks in advance.
Dan
I would like to write a program into which I can input any number, say 11133, and divide this by a list of numbers, say 543, 345, 2368...
and have the program print the list of results, integers only, with the remainder.
I imagine this is a fairly simple program to write, but I am still unfamiliar as yet with what steps to take to begin. Would anyone be able to help. Thanks in advance.
Dan