Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ::Finding bugs::
  2. [markdown] Consider the following code:
  3.  
  4. x=5;
  5. if x=5
  6. disp("It worked!")
  7. else
  8. print('Uh oh!')
  9. done
  10.  
  11. On which lines do bugs occur? Answer in the form [1,2,3].
  12. {
  13. =[2,3,5,6]
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement