This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package Scrambll.com; | |
| import java.util.Scanner; | |
| public class Main { | |
| private static Scanner scanner = new Scanner(System.in); | |
| public static void main(String[] args) { | |
| // write your code here | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package Scrambll.com; | |
| import java.util.Scanner; | |
| public class Main { | |
| private static Scanner scanner = new Scanner(System.in); | |
| public static void main(String[] args) { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package Scrambll.com; | |
| import java.util.Scanner; | |
| public class Main { | |
| private static Scanner scanner = new Scanner(System.in); | |
| public static void main(String[] args) { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package Scrambll.com; | |
| public class Main { | |
| public static void main(String[] args) { | |
| // write your code here | |
| } | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package Scrambll.com; | |
| public class Main { | |
| public static void main(String[] args) { | |
| Hamburger hamburger = new Hamburger("Basic","Sausage", | |
| 5000000,"White"); | |
| double price = hamburger.itemizeHamburger(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package Scrambll.com; | |
| public class Car { | |
| private int doors; | |
| private int wheels; | |
| private String model; | |
| private String engine; | |
| private String colour; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | public class Account { | |
| private int account_number; | |
| private double balance; | |
| private String customer_name; | |
| private String email; | |
| private int phone_number; | |
| private double withdrawal; | |
| public Account(){ |