filmov
tv
QBASIC program to calculate the average of three number using Function Procedure

Показать описание
Average of three number can be calculated in qbasic using function procedure as shown in this video. Function procedure is the modular approach in QBASIC. It helps to develop professional program reducing the complexity of programming and helps in code reusability. In Qbasic function name itself can be used to call and retrive data and information form main module.