Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for( $index = 0 ; $index < count( $hi ) ; $index += 2 ){
  2. $one = $hi[ $index ];
  3. $two = $hi[ $index+1 ];
  4.  
  5. $total_work_hours += ( $two - $one );
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement