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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am