Report
Are you sure you want to report this post?

Re: Image comments for you name it i'm dizzy
Posted by: shaDEz
Date: 07/03/2006 05:59PM
DECLARE SUB a100 ()
DECLARE SUB b100 ()
DECLARE SUB c100 ()
COMMON SHARED L, H, D, HD, HV, U$
CALL a100
CALL b100
CALL c100
END

SUB a100
CLS
INPUT "units used =========>"; U$
PRINT
INPUT "length is ==========>"; L
INPUT "height is ==========>"; H
INPUT "depth is ===========>"; D
INPUT "hyper-depth is =====>"; HD
END SUB

SUB b100
HV = L ** H ** D ** HD
END SUB

SUB c100
PRINT
PRINT "the hyper volume is"; HV; U$; "^4"
END SUB

You may optionally give an explanation for why this post was reported, which will be sent to the moderators along with the report. This can help the moderator to understand why you reported the post.