Determine the output of the following pseudocode:
Declare Integer m,n
For m =1 to 3
Display "outer loop" , m
For n = 1 to 2
Display
"inner loop", n
End For
End For
Determine the output of the following pseudocode: Declare Integer m,n For m =1 to 3 Display "outer loop" , m For n = 1 t
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Determine the output of the following pseudocode: Declare Integer m,n For m =1 to 3 Display "outer loop" , m For n = 1 t
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!