Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. task main(){
  2.  
  3.   nxtDisplayCenteredTextLine(1,"%i",valorentero);
  4.   nxtDisplayCenteredTextLine(3,"%f",valordecimal);
  5.   wait1Msec(2000);
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement