Computer Science, asked by lewiscook5079, 10 months ago

C program to draw a thick line parallel to y-axis.

Answers

Answered by Anonymous
0
Line parallel to y-axis : equation of line is x = k, where k is some constant.

hence we choose some random coordinate points with constant x coordinate to draw a line parallel to y-axis

example :- (2,1), (2,3), (2,5), (2, 7)


hope it help
mark as brainliest
Similar questions