Problem 5.Displaying a Number of ‘*’
A program is used to prompt user a positive integer number (n) and then display n ‘*’ on the screen (see below). Design an algorithm in pseudocode for the program.
Please input a positive integer: 5
*****
求 input & output寫法
求proccessing 寫法
求psuedo code 寫法
THANKS