Which type of loop allows you to continuously repeat a...
In pseudocode, design a while loop that lets the user enter a number. The number should be multiplied by 10 and the result stored in a variable named product. The loop should iterate as long as produc Using WHILE... WEND loop,...