Guest User

Untitled

a guest
Dec 10th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. jpon //or JPON (MAYUSCULAS O minusculas es indeferente)
  2. {
  3. float a=1,b=1;
  4. int c,d,e;
  5. if (a == b) imprimir("iguales");
  6. leer(c);
  7. leer(d);
  8. e = c + d;
  9. imprimir(e);
  10. }
  11. jpoff
Add Comment
Please, Sign In to add comment