Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Post
by answerhappygod »
JAVA

- Java 1 (13.3 KiB) Viewed 18 times
What output is produced by the following code fragment? (1 mark) int num = 12; while (num > 0) { System.out.println(num); num -= 2; }
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!