Skip to content

Instantly share code, notes, and snippets.

@DDOrozco17
Created February 8, 2024 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DDOrozco17/c001214846f9fd62429efb26e0dcf35b to your computer and use it in GitHub Desktop.
Save DDOrozco17/c001214846f9fd62429efb26e0dcf35b to your computer and use it in GitHub Desktop.
Tipos de variables en dart
void main() {
var nombre = "Diego ";
var apellidoP = "Diaz";
int edad = 18;
double estatura = 1.80;
double peso = 62;
int numNovias = 1;
print("$nombre $apellidoP 6J");
print("Edad $edad");
print("Estatura $estatura");
print("Peso $peso");
print("Numero de novias $numNovias");
}//fin de main
@DDOrozco17
Copy link
Author

image

@lanahowl
Copy link

Online casinos from Australia, which are plentiful at Bambet Casino, have earned the trust of their numerous users thanks to their reliable reputation and a wide range of gambling entertainment. You can choose among many right now and have a great time. Give yourself an unforgettable experience, enjoying gambling at a reliable casino. It may turn out to be the most enjoyable experience of all.

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