Pseudocode | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Pseudocode

Count -> 1 Procedure Test1 (Count) If ( Count not 5) then (apply Test1 to the value Count +1; print the value assigned to Count) Why the result is: 4 3 2 1

11th Feb 2019, 3:00 PM
Altina
Altina - avatar
1 Answer
0
Julien Quentin Why does in my head says the output First count +1 which means 2 then 2 +1 means 3 ; and 3 +1 means 4 and output 2 3 4 😭😭
11th Feb 2019, 4:06 PM
Altina
Altina - avatar