division

  1. M

    Solved Calculation: Divide two numbers and get whole number only

    I'm trying to use calculation and divide two numbers in which I only want to get the whole number as an output. I know how to do this in other languages like C++ when you only use the data type integer so that it would automatically exclude the remainder but I can't seem to find one for...
Top