Commit 0bf6806866ff040a3e4ecf03c06a9967661e9db6

Authored by 20172LI177
1 parent 55eea21e
Exists in master

Update README.md

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
@@ -26,11 +26,11 @@ Professor: Rafael Vargas @@ -26,11 +26,11 @@ Professor: Rafael Vargas
26 | ++ | incremento inteira e ponto flutuante | 26 | ++ | incremento inteira e ponto flutuante |
27 | -- | decremento inteira e ponto flutuante | 27 | -- | decremento inteira e ponto flutuante |
28 | && | AND | 28 | && | AND |
29 -| ```java \|\| ``` | or | 29 +| two pipe | or |
30 | ! | not | 30 | ! | not |
31 | > | maior do que | 31 | > | maior do que |
32 | >= | maior ou igual a | 32 | >= | maior ou igual a |
33 -| ```java < ``` | menor do que |  
34 -| ```java <= ``` | menor ou igual a | 33 +| ```<``` | menor do que |
  34 +| ```<=``` | menor ou igual a |
35 | == | igual a | 35 | == | igual a |
36 | != | diferente de | 36 | != | diferente de |