Answer: c
Explanation: Whenever y is divisible by x remainder body of loop is skipped by continue statement, therefore if condition y == 8 is never true as when y is 8, remainder body of loop is skipped by continue statements of first if. Control comes to print statement only in cases when y is odd.
output:
$ javac jump_statments.java
$ java jump_statments
1 3 5 7 9
Explanation: Whenever y is divisible by x remainder body of loop is skipped by continue statement, therefore if condition y == 8 is never true as when y is 8, remainder body of loop is skipped by continue statements of first if. Control comes to print statement only in cases when y is odd.
output:
$ javac jump_statments.java
$ java jump_statments
1 3 5 7 9
Improving CSS Shapes with Trigonometric Functions
https://danielcwilson.com/posts/css-shapes-with-trig-functions/
https://danielcwilson.com/posts/css-shapes-with-trig-functions/
Translate your React app using Format.js
https://blog.logrocket.com/translate-react-app-using-format-js/
https://blog.logrocket.com/translate-react-app-using-format-js/
Best Practices of React Route Resolver: Stop Waiting for Component to Fetch Data
Discovering the Route Resolver Pattern is A Must-Have Skill for Any React Developer!
https://levelup.gitconnected.com/best-practices-of-react-route-resolver-stop-waiting-for-component-to-fetch-data-6f4f12319bb3
Discovering the Route Resolver Pattern is A Must-Have Skill for Any React Developer!
https://levelup.gitconnected.com/best-practices-of-react-route-resolver-stop-waiting-for-component-to-fetch-data-6f4f12319bb3
❤2
What’s the best way to do animations with JavaScript?
https://blog.openreplay.com/whats-the-best-way-to-do-animations-with-js/
https://blog.openreplay.com/whats-the-best-way-to-do-animations-with-js/
Vue and Ember: How They Compare, and Which to Use
Should you pick Vue or Ember for your project? We look at the main considerations including learning curve, codebase size, and performance.
https://www.sitepoint.com/vue-ember-comparison/
Should you pick Vue or Ember for your project? We look at the main considerations including learning curve, codebase size, and performance.
https://www.sitepoint.com/vue-ember-comparison/
5 useful JSON tools to improve your productivity
There are many JSON tools available to help you improve your productivity, including JSON Crack, JSON Schema, and JSON Formatter & Validator.
https://blog.logrocket.com/5-useful-json-tools-improve-productivity/
There are many JSON tools available to help you improve your productivity, including JSON Crack, JSON Schema, and JSON Formatter & Validator.
https://blog.logrocket.com/5-useful-json-tools-improve-productivity/
👍1