Package application

Class PrintCostCalculator

java.lang.Object
application.PrintCostCalculator

public class PrintCostCalculator extends Object
The main class for handling user interaction and controlling the 3D Print Cost Calculator. It provides a CLI-based menu where users can input their settings, add printers, and calculate costs.
  • Constructor Details

    • PrintCostCalculator

      public PrintCostCalculator()
  • Method Details

    • startMenu

      public static void startMenu()
      Starts the interactive menu for the program.