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
    
  
  
    
  | import java.util.Scanner; | |
| import java.lang.Math; | |
| public class SimpleDishes{ | |
| public static void main(String [] args){ | |
| Scanner input = new Scanner(System.in); | |
| int t = input.nextInt(); | 
  
    
      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
    
  
  
    
  | import static java.lang.Integer.*; | |
| import static java.lang.Math.*; | |
| import java.util.*; | |
| import java.io.*; | |
| public class ArmyStrength { | |
| public static void main(String[] args) throws Throwable{ | |
| BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); | 
  
    
      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
    
  
  
    
  | import java.io.*; | |
| import java.util.Scanner; | |
| public class GeneralElection { | |
| public static void main(String [] args) { | |
| Scanner scan = new Scanner(System.in); | |
| int elections = scan.nextInt(); | 
  
    
      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
    
  
  
    
  | import java.util.Scanner; | |
| public class AsteriskTriangle { | |
| public static void main (String [] args) { | |
| // Variables | |
| Scanner input = new Scanner(System.in); | |
| int number; | 
  
    
      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
    
  
  
    
  | import java.util.Scanner; | |
| public class PerfectNumber { | |
| public static void main (String [] args) { | |
| // Variables | |
| Scanner input = new Scanner(System.in); | |
| int analyze, lowLimit, highLimit; | 
  
    
      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
    
  
  
    
  | import java.util.Scanner; | |
| public class ClassifyNumbers { | |
| public static void main (String [] args) { | |
| // Variables | |
| Scanner input = new Scanner(System.in); | |
| int limit, low, high, inside, sum, count; | 
  
    
      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
    
  
  
    
  | import java.util.Scanner; | |
| public class CreditCard { | |
| public static void main (String [] args) { | |
| // Variables | |
| Scanner input = new Scanner(System.in); | |
| double payment, debt; | |
| int month; | 
  
    
      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
    
  
  
    
  | import java.util.Scanner; | |
| public class CountingLetters { | |
| public static void main (String [] args) { | |
| // Variables | |
| Scanner input = new Scanner(System.in); | |
| String word1, word2, end; | |
| int length, dotlength; | 
  
    
      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
    
  
  
    
  | import java.util.Scanner; | |
| public class MilesPerGallon { | |
| public static void main (String [] args) { | |
| // Variables | |
| Scanner input = new Scanner(System.in); | |
| double milespergallon; | 
  
    
      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
    
  
  
    
  | import java.util.Scanner; | |
| public class MoreTirePressure { | |
| public static void main (String [] args) { | |
| // Variables | |
| Scanner input = new Scanner(System.in); | |
| // Ejecucion |