13.) What is the output of the following loop? int total =13; for (int num =1; num <=( total /2); num ++){ total = total
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
13.) What is the output of the following loop? int total =13; for (int num =1; num <=( total /2); num ++){ total = total
13.) What is the output of the following loop? int total =13; for (int num =1; num <=( total /2); num ++){ total = total − num; System.out.println( total +⋯⋯+ num);
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!