Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public class main {
  2. public static void main(String[] args){
  3. checksum checkObj = new checksum();
  4. checkObj.openFile();
  5. //checkObj.processChecksum();
  6. checkObj.fillArray();
  7. checkObj.calcChecksum();
  8. checkObj.closeFile();
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement