Problemas
Which of the following commands draws a rectangle with a height that is larger than its width? rec (50,100,300,100) rect (150,50,200,200) rect (50,50,150,250) rect (50,150,300,250)
Roztwór
Rocio
maestro · Tutor durante 5 años
3.5
(212 Votos)
Respuesta
The command that draws a rectangle with a height that is larger than its width is:rect
This command draws a rectangle with a width of 150 pixels and a height of 250 pixels, where the height is larger than the width.