Question:How would you use a timer with a function called rearrange()? 

A tmr=setTimeout("rearrange ()",1) 

B tmr=Timer(1,"rearrange ()") 

C tmr=Timer("rearrange ()",1) 

D tmr=setTimeout(1,"rearrange ()") 

E None 

+ Answer
+ Report
Total Preview: 300

Copyright © 2024. Powered by Intellect Software Ltd