PDA

View Full Version : Design a module timesten


samuel714
Oct 16, 2012, 09:59 AM
design a module named timesten the module should accept an integer argument. When the module is called it should display the product of its argument multiplied times 10

jsblume
Oct 17, 2012, 08:31 AM
In Visual Basic, a module is a file that contains methods (functions or sub routines). Therefore, a module cannot do this. You need a function or a sub routine within a module. Please show your first attempt.