MilaDimitrovaa

Homework-Main

Nov 22nd, 2021
1,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.54 KB | None | 0 0
  1. package com.company;
  2.  
  3. import java.io.FileNotFoundException;
  4. import static com.company.Students_Methods.*;
  5.  
  6. public class Students_Main {  //Start of class Student_Main
  7.  
  8.     public static void main(String[] args) throws FileNotFoundException { //Start of main
  9.  
  10.         //Метод,който чете и анализира данните,които се намират в Students_Methods.java
  11.         MakeStatistic( ReadAndSplitFromFile("/Users/miroslav/Desktop/textExample.txt") );
  12.  
  13.  
  14.     }//end of main
  15.  
  16.  
  17. }// End of class Student_Main
  18.  
Advertisement
Add Comment
Please, Sign In to add comment