Computer Science, asked by aymanhaseeb1626, 1 year ago

How do subroutines hwlp in program writing?

Answers

Answered by khursheedahmad
0
Functions and
Subroutines
Functions and subroutines
are FORTRAN's
subprograms. Most
problems that require a computer program to
solve them are too complex to sit down and
work all the way through them in one go.
Using subprograms allows you to tackle bite
size pieces of a problem individually. Once
each piece is working correctly you then put
the pieces together to create the whole
solution. To implement functions and
subroutines,
Answered by priyu13
0
A subroutine may be written so that it expects to obtain one or more data values from the calling program (to replace its parameters or formal parameters). The calling program provides actual values for these parameters, called arguments.

priyu13: I think its help u
Similar questions