- 1
Fill in the blanks to add a line to the page, starting from coordinates 10, 20 and ending at 50, 100:
Fill in the blanks to add a line to the page, starting from coordinates 10, 20 and ending at 50, 100:
7 Answers
+ 4
line
y1
x2
+ 2
This question looks like a homework assignment for you.
If we give you entire solution directly, we ruin your learning opportunities.
You should show your effort by accompanying your question with an attempt.
This Q&A forum is for specific programming questions or questions related to SoloLearn (platform, usage and so on)
https://www.sololearn.com/Discuss/1316935/?ref=app
By specific, we mean that you have spent effort and got stuck somewhere. After showing us your work, we'll give you guidance accordingly.
Please show your attempt here using code playground.
https://www.sololearn.com/post/75089/?ref=app
0
Line
Y1
X2
0
<line>
<y1>
<y2>
0
line
y1
x2
0
Answer
<line>
<y1>
<x2>
- 1
Answer
<line>
<y1>
<y2>