Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.company;
- import java.io.FileNotFoundException;
- import static com.company.Students_Methods.*;
- public class Students_Main { //Start of class Student_Main
- public static void main(String[] args) throws FileNotFoundException { //Start of main
- //Метод,който чете и анализира данните,които се намират в Students_Methods.java
- MakeStatistic( ReadAndSplitFromFile("/Users/miroslav/Desktop/textExample.txt") );
- }//end of main
- }// End of class Student_Main
Advertisement
Add Comment
Please, Sign In to add comment