parameterX =5;
parameterY =4;
y=0;
while(y<parameterY)
{
int i = 0;
while(i<parameterX)
{
drawCharForPosition(positionX,positionY, maxX, maxY)
}
drawchar(\n);
}
drawCharForPosition(....)
{
if()
print()
else if()
print
}
To embed this project on your website, copy the following code and paste it into your website's HTML: