![]() |
VOOZH | about |
int gety();Example :
👁 ImageExplanation : Initially, the Y coordinate of the current position is 0. On moving the coordinates using moveto() function, the Y coordinate changes to 50. Below is the implementation of gety() function: Output :
👁 Image