I want to print stars before and after a name, like, ****Johannah****
.
WITHOUT using the "for" loop, using total and complete logic.
The number of stars to be printed should be entered by the user and then the stars should be before and after the name in the code as the output.
For ex:" Enter the name: Johannah.
Enter the number of stars to be printed before and after the name: 5.
Name: *****Johannah*****
Please help. Thanks.