ICSE Class 10 Computer Applications
Question 13 of 30
Solved 2025 Specimen Paper ICSE Class 10 Computer Applications — Question 13
Back to all questionsreturn
Reason — The return statement in Java is used to bring the control back to the calling method. If the method has a return type other than void, the return statement also passes back a value to the calling method.