13.) What is the output of the following loop? int total =13; for (int num =1; num <=( total /2); num ++){ total = total
Posted: Thu Jul 14, 2022 2:27 pm
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);