would like to know how to get a whole number without it being round off if I happen to get a decimal on my answer.
this is part of my code ,I tried to convert the answer to int32 it round off the answer, I tried to truncate but truncate seem to take in decimal numbers not assigned variables just assuming since I got an error when I tried it otherwise.
Comments
Leave a comment