Hi,How I can complete the loan calculator? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 } }

30th Nov 2022, 2:03 PM
Hus Sam
Hus Sam - avatar
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.
30th Nov 2022, 2:53 PM
Ipang
- 1
Describe your questions??
30th Nov 2022, 2:51 PM
Sâñtôsh
Sâñtôsh - avatar