You are viewing a single comment's thread. Return to all comments →
//Java Code if(v2>=v1) { return "NO"; } else { if((x2-x1)%(v1-v2)==0) { return "YES"; } else { return "NO"; } }
Seems like cookies are disabled on this browser, please enable them to open this website
Number Line Jumps
You are viewing a single comment's thread. Return to all comments →
//Java Code if(v2>=v1) { return "NO"; } else { if((x2-x1)%(v1-v2)==0) { return "YES"; } else { return "NO"; } }