Let's say I have a variable called a
that is an integer, but I want the variable result to be a floating point. What should I use to accomplish this? I have used the round function but it didn't give expected output.
Expected Output:
a=56
result =function(a)
result = 56.00