Joke Collection Website - Bulletin headlines - C language programming, input coordinates, display coordinates.

C language programming, input coordinates, display coordinates.

int? p_x? =? 0? ,? p_y? =? 0? ;

Printf ("Please? Type? Are you online? That? Location? ,? Like what? 3,4:?" );

scanf("%d,%d "? ,? & ampp_x? ,? & ampp _ y);

printf("the? Location? Is it? :? (%d? ,? %d)",p_x? ,? p _ y);