0
Mortgage calculator Java
Hi WHAT IS WRONG WITH THIS https://code.sololearn.com/cuXIXYU8g8HY/?ref=app
2 Respostas
0
Import java.util.Scanner
there are some mistakes I have fixed all.Now on line 23 you have used "Math.pow" pow requires two parameters but you provide one I add 2 as dummy value as second parameter you change it according to your logic.
By the way your code is running fine now
https://code.sololearn.com/ccko6hm3HYhq/?ref=app
0
hi thanks soo much. Im still a bit confused on this Math.pow operator. I will keep trying!