Skip to content

Commit

Permalink
operacoes de soma e multiplicacao
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrodrigo committed Mar 14, 2013
1 parent 1e94ec2 commit 0f92e25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<input id="num-a" type="text"/>
<select id="operator">
<option>+</option>
<option>-</option>
<option>*</option>
<option>/</option>
</select>
<input id="num-b" type="text"/>
<input id="calcular" type="button" value="calcular"/>
Expand Down

0 comments on commit 0f92e25

Please sign in to comment.