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
![]() |
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
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.
All times are GMT -7. The time now is 10:39 PM. |