1. Predict the output of this program fragment: i = 0; while (i <= 5) { printf("%3d%3d\n", i, 10 - i); i = i + 1; }
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
1. Predict the output of this program fragment: i = 0; while (i <= 5) { printf("%3d%3d\n", i, 10 - i); i = i + 1; }
1. Predict the output of this program fragment: i = 0; while (i <= 5) { printf("%3d%3d\n", i, 10 - i); i = i + 1; }
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!