0
Hi,How I can complete the loan calculator?
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int amount = scanner.nextInt(); //your code goes here } }
2 Answers
+ 3
Hi, please use the forum's search facility to find previous discussions bearing this topic.
Considering it's a code coach challenge, presumably other people must've had discussed about it, so take advantage of their discussions.
- 1
Describe your questions??