Search:

Type: Posts; User: goldest

Search: Search took 0.14 seconds.

  1. Replies
    8
    Views
    2,127

    Re: 2 errors I can't understand

    Hey Brock,

    There are some things for you,

    When we declare a java class we shouldn't mention the ".java" extension inside the source code.
    The rule is that the name of your source file and...
  2. Replies
    8
    Views
    2,127

    Re: 2 errors I can't understand

    Here is the proper working code:

    public class MortgageCalculator {

    public static void main(String[] args) {
    // Declare, initialize and calculate variables
    double totalAmount = 200000.0;...
Results 1 to 2 of 2