Search:

Type: Posts; User: kuuki

Search: Search took 0.08 seconds.

  1. Re: The code work the output different what it could be please help

    import java.util.Scanner;
    public class Assignment1 {
    // Create a Scanner
    Scanner input = new Scanner(System.in);
    public static void main(String[] args) {
    // Create a Scanner
    Scanner...
  2. Re: The code work the output different what it could be please help

    3135

    Here is the output the program give me be it need to be Loan Amount : 12000.00, Annual Interest Rate: 5.60 %, Monthly Payment: 229.77,
    Total Payments: 15786.09, but I am at lost to do that...
  3. The code work the output different what it could be please help

    My code seems to work with allowing me to enter my all the data that I ask for. But the out put should something different. I am student and new at this would like some help. I made CAR LOAN...
Results 1 to 3 of 3