Computer Science, asked by shivarthdixit56, 5 months ago

Write the output for program​

Attachments:

Answers

Answered by swastikrout1973
1

Tge answer depends on what is the value of a and b. For instance I am taking a =5 and b= 10.

For the first segment of code the output would be some requests for giving data will come.

Your for loop will start at 5(a) and end with 9(b-1) with 3 as the jump value.

The output would be:

25

40

Program Over

Similar questions