How do I get Double values to be calclated the right way in this context

前端 未结 0 394
清歌不尽
清歌不尽 2020-11-28 20:53

public class Finanzmathematik {

public static double berechneZins(double kapital, double zinssatz, int tage) {
    double zins = (kapital * zinssatz * tage) /         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题