Pagina de inicio
/
Tecnología
/
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)

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)

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)

Solución

avatar
Rociomaestro · Tutor durante 5 años
expert verifiedVerificación de expertos
3.5 (212 votos)

Responder

The command that draws a rectangle with a height that is larger than its width is:<br /><br />rect $(50,50,150,250)$<br /><br />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.
Haz clic para calificar: