Guest User

Untitled

a guest
Apr 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. for( int L1N1 = 0; L1N1 < 4; ++L1N1){
  2.         for( int L1N2 = 0; L1N2 < 4; ++L1N2){
  3.             for( int L1N3 = 0; L1N3 < 4; ++L1N3){
  4.                 for( int L1N4 = 0; L1N4 < 4; ++L1N4){
  5.                     if( Lines[0][uLComp] == Randoms[0][uLComp] ){
  6.                         ++LineOne;
  7. }
  8. }
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment