F
Frank Wagner
I am developing a system for teaching multiplication.
When I multiply 94 * 895 in the visual basic code, I get
an overflow message. I am familiar with the need to use
the Long variable with large numbers, but I didn't know
that you can't multiply integers to produce large numbers.
Any help would be appreciated
Thanks
Frank Wagner
When I multiply 94 * 895 in the visual basic code, I get
an overflow message. I am familiar with the need to use
the Long variable with large numbers, but I didn't know
that you can't multiply integers to produce large numbers.
Any help would be appreciated
Thanks
Frank Wagner