what happens to an integer when multiplyed by a decimal betw
what happens to an integer when multiplyed by a decimal between 0 and 1?
Solution
Case -1 The value of multiplication will decrese if interger is positive (Ex . 25*(0.1)= 2.5)
Case -2 The value of multiplication will increse if interger is negative (Ex . -25*(0.1)= -2.5)
Further we can say that integer may be remain as integer (Ex. 100*0.1 =10 ) or May be get converted to a fraction (Both above given example in Case-1, 2)
