Computer Science, asked by rama8467, 1 year ago

give me a dry run of this program​

Attachments:

Answers

Answered by vishwajeet95
1

Dry runs. A section of a program that a programmer suspects of having an error might be 'dry run'. A dry run might also be used to check an algorithm during program design. Dry running a program involves the programmer working through a program on paper, usually using a table called a 'trace table'.


rama8467: No that i know
rama8467: mujhe particularly ish program ki dry run Chahiye
vishwajeet95: A dry run (not only in Java language) simply means to execute your code manually by going through each line, iteration, operations, functions, etc. in order to test it. ... Dry run helps to find out errors and bugs in your code, if any, be it as small as a semicolon or even a fault in the whole logic.
Similar questions