Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. float x=10; float y=50; float z;
  2. z=x*y;
  3.  
  4. void setup() {
  5. // put your setup code here, to run once:
  6. }
  7.  
  8. void loop() {
  9. // put your main code here, to run repeatedly:
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement