filmov
tv
Qbasic program to find sum of digits using Function Procedure

Показать описание
FUNCTION Procedure is just like a SUB Procedure but has a little difference between them. The difference is that the FUNCTION Procedure returns a single value to the main part of the program (Main Module).