Skip to content
This repository was archived by the owner on May 21, 2023. It is now read-only.

Commit

Permalink
Closed #7. Renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
almostengr committed Feb 2, 2020
1 parent 0f618a3 commit 21ce798
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.twitter.almostengr.javacalculator;
package com.thealmostengineer.javacalculator;

public class Area {
private static double length;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.twitter.almostengr.javacalculator;
package com.thealmostengineer.javacalculator;

public class CompoundInterest {
// compound interest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.twitter.almostengr.javacalculator;
package com.thealmostengineer.javacalculator;

public class LoanAmortization {
private static double principal;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.twitter.almostengr.javacalculator;
package com.thealmostengineer.javacalculator;

public class RateOfReturn {
private static double initialValue;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.twitter.almostengr.javacalculator;
package com.thealmostengineer.javacalculator;

/**
* Calculates the sales tax for a given amount and tax rate.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.twitter.almostengr.javacalculator;
package com.thealmostengineer.javacalculator;

public class SimpleInterest {
private static double principal;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
*/
package com.twitter.almostengr.javacalculator;
package com.thealmostengineer.javacalculator;

import java.util.Scanner;

Expand Down

0 comments on commit 21ce798

Please sign in to comment.