Question: Based on the code provided below, solve the following questions: 1 public String Compute(int [] marks) int size-marks.length-1; int pass=, fail-e, sumPass-, sumFail-; int 1-0:
Based on the code provided below, solve the following questions: 1 public String Compute(int [] marks) int size-marks.length-1; int pass=, fail-e, sumPass-, sumFail-; int 1-0: while( i= size) { if(marks[i]>-50) { pass; sumPass++; 12 else fail++; SunFail : 3 4 5 6 7 8 10 11 13 14 15 16 12 18 19 20 21 22 return "Average of Pass (sumpass/pass)+" Average of fails="+(sumFail/fail); Question (1): Draw Program Dependency Graph (PDG) for the above shown program. [3 marks] Question (2): Find Program Slice for the above shown program under the slice criterion 21, sumPass> using Backward static slicing. [3 marks] Question (3): Find Dynamic Program Slice for the above shown program under the slice criterion
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
