Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

After the duck procedure (1,1) is run, how many elements are there in the array arrool 1? var 2. arrbool :array [0..24] of integer =

After the duck procedure (1,1) is run, how many elements are there in the array arrool 1?

var 2. arrbool :array [0..24] of integer = (1,1,1,1,1,1,0,0,0,1,1,0,1,0,1, 1,1,0,1,1,1,1,1,1,1); 3. function monkey (anjing, kucing : integer) : integer; 4. var i : integer; begin for i := 1 to 5 do kucing := kucing + anjing; 5. 6. 7. 8. 9. monkey := kucing; end; 10. 11. procedure bebek (a, b : integer); begin if arrbool [monkey (a, b) ]=1 then 12. 13. 14. 15. exit; arrbool [monkey (a,b)]:=1; bebek (a+1,b); bebek (a, b+1); bebek (a-1,b); bebek (a, b-1); 16. 17. 18. 19. 20. 21. end;

Step by Step Solution

3.28 Rating (169 Votes )

There are 3 Steps involved in it

Step: 1

The procedure just changes the value of some ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Discrete Mathematics and Its Applications

Authors: Kenneth H. Rosen

7th edition

0073383090, 978-0073383095

More Books

Students also viewed these Programming questions