11-26-2006, 09:11 PM
i have an integer i (int i) and i want to compute 35*i (35 times i)
this is a multiplication
but int j=35*i doesnt work!!
what is the function to mutliply integers?
this is a multiplication
but int j=35*i doesnt work!!
what is the function to mutliply integers?