Vai al contenuto

SFIDE

Challenge 2019-02

Graphics Challenge First write a program to draw a line on the GraphicsWindow following the mouse. Below is a starter: GraphicsWindow.Show() xLast=GraphicsWindow.MouseX yLast=GraphicsWindow.MouseY While(“True”) x=GraphicsWindow.MouseX… Leggi tutto »Challenge 2019-02