+ 1
look at 12,13 line, why wrong?
why do I add these two lines to the wrong? if you get rid of these two lines. that's correct. https://code.sololearn.com/c6bWFcyY1zAH/?ref=app
3 Respuestas
+ 2
Try changing the name of the variables.
+ 1
Because you had previouslly declared 'x' and 'y' as int.
You cannot afterwards declare them as doubles.
Instead declare other variables like 'x1' and 'y1' and ith ahould work.
0
You are good people
You are smart people
Thank you for your