Skip to content

Instantly share code, notes, and snippets.

@olhapao
Created April 26, 2022 17:24
Show Gist options
  • Select an option

  • Save olhapao/939175f92c4031204453278a598f7bb8 to your computer and use it in GitHub Desktop.

Select an option

Save olhapao/939175f92c4031204453278a598f7bb8 to your computer and use it in GitHub Desktop.
gOoNBaK
<h1>operações matemáticas</h1>
var ummaistrinta = 1 + 30;
//alert (ummaistrinta);
var milmenosoitocentos = 100 - 800;
//alert(mil553menos877);
var doisvezestrinta = 2 * 30;
//alert (doisvezestrinta);
var cemdivididopordois = 100 / 2;
//alert (cemdivididopordois);
var cincomodulodedois = 5 % 2;
//alert (cincomodulodedois);
//author: Murilo dos Santos A. silva
//data: 26/04/2022
@olhapao
Copy link
Author

olhapao commented Apr 26, 2022

segura as contas matemáticas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment