Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Visual Basic (https://www.askmehelpdesk.com/forumdisplay.php?f=469)
-   -   Design a module timesten (https://www.askmehelpdesk.com/showthread.php?t=709464)

  • Oct 16, 2012, 09:59 AM
    samuel714
    design a module timesten
    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
  • Oct 17, 2012, 08:31 AM
    jsblume
    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.