How to product this code as shown below:
If I enter "5" and "10" in the console screen, it display
5 *****
10 **********
Whatever I enter any positive numbers, the screen will display the asterisk partern and depend on the number input.
Please tell me the method using VB code to handle this program.