Given an int variable n that has already been declared and initialized to a positive value, use a Do…Loop While loop to print a single line consisting of n asterisks. Use no variables other than n.
LANGUAGE: Visual Basic
CHALLENGE:
Given an int variable n that has already been declared and initialized to a positive value, use a Do…Loop While loop to print a single line consisting of n asterisks.
Use no variables other than n.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in Learn To Code, Visual Basic