Question: 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. public int Fun (int x, int

1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12.

 

1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. public int Fun (int x, int k) { int i = 0; int y= x + k; do { 19. 20. 21. 22. } if (x/2 < 2) { k = y = x; } else{ x = k 2; y = y + x; } k = x + y; i=i+1; } while (i < x); if (x < 0 && y < 0) { k = y - x; } else { k = y + x; } return k; (a) Draw a flow graph to represent the method Fun. Label the nodes (starting with A) and the outgoing edges of the decision boxes appropriately.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Solutions Step 1 Stp 1 Draw a Flow Graph for th Mthod Fun Unfortunatly cant draw imags or flowcharts ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!