bugfix
This commit is contained in:
parent
39a00fb698
commit
e9f2dd5c52
@ -14,7 +14,7 @@ public class aufg4 {
|
|||||||
double start2 = start;
|
double start2 = start;
|
||||||
double start3 = start;
|
double start3 = start;
|
||||||
|
|
||||||
for(int i=0; i<time; i++){
|
for(int i=1; i<time; i++){
|
||||||
start1 *= interest1;
|
start1 *= interest1;
|
||||||
start2 *= interest2;
|
start2 *= interest2;
|
||||||
start3 *= interest3;
|
start3 *= interest3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user