本文介绍了司返回零的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有这个简单的计算返回零不能看着办吧。
小数份额=(18/58)* 100;
解决方案
您与整数这里工作。尝试使用小数在你计算所有的数字。
小数份额=(18米/58米)* 1亿人
I am having this simple calculation returning zero can't figure it out
decimal share=(18 / 58)*100;
解决方案
You are working with integers here. Try using decimals for all the numbers in your calculation.
decimal share = (18m/58m)*100m;
这篇关于司返回零的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!