решение со стороны qbasic
cls
input x
input x1
inputx2
input y
input y1
input y2
if x1<x and x<x2 and y1<y and y<y2 then
print "отрезок A(x,y) принадлежит отрезку AB"
end if
решение со стороны qbasic
cls
input x
input x1
inputx2
input y
input y1
input y2
if x1<x and x<x2 and y1<y and y<y2 then
print "отрезок A(x,y) принадлежит отрезку AB"
end if