Guest User

Untitled

a guest
Sep 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.37 KB | None | 0 0
  1. package module2Lab;
  2. //
  3. public class FirstTry {
  4. //
  5.     /**
  6.      * @param args
  7.      */
  8.     // States
  9.     String in1, in2, in3, in4, in5;
  10.     int counter, total;
  11.     // Constructor
  12.     in1 = "Sharad";
  13.     in2 = "Katya";
  14.     in3 = "Valentina";
  15.     in4 = "Maria";
  16.     in5 = "Lucy";
  17.     // Methods
  18.     static char
  19.     public static void main(String[] args) {
  20.         // TODO Auto-generated method stub
  21.  
  22.     }
  23.  
  24. }
Add Comment
Please, Sign In to add comment