fixed name of compoundInterest
This commit is contained in:
parent
0f8de1a0b9
commit
a88cb9a6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import java.util.Scanner;
|
import java.util.Scanner;
|
||||||
|
|
||||||
public class compountInterest {
|
public class compoundInterest {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|
||||||
Loading…
Reference in a new issue