Advertisement
jacknpoe

O que eu já vi

Oct 3rd, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. // ...
  2.     if( hora == "12:00")
  3.     {
  4.         if( hora != "12:00")
  5.         {
  6.             // 75% da lógica de negócio (basicamente, todo o cálculo do horário ponto)
  7.         }
  8.     }
  9. // ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement