Answers for "c how to get input with lines"

0

how to take inputs in one line in c

rintf("Enter the coordinates of the second point (x1,y1): ");
	scanf("%f%f",&coordinate2[0],&coordinate2[1]);
Posted by: Guest on October-14-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language