+ 4
Challenge : Make a program that will create polygon in any Language.
If you enter X ; your program will create a polygon having x equal sides. A polygon is a plan shape with straight sides. for more info see here https://www.mathsisfun.com/geometry/polygons.html I. E. if you Enter 4 it will create a square. if you Enter 5 it will create a pentagon. which every side has equal length.
8 Respostas
+ 12
+ 13
https://code.sololearn.com/c40FUpBuLiR8/?ref=app
Here is my attempt. I still do not think it's right though. close though. need more tips lol
+ 11
that is better! the original question details before were incomplete. makes much more sense now
+ 10
5 creates a pentagon or polygon? can you provide more detail in the question details please?
+ 5
just busy making it on svg
+ 2
@Jay sir for help see here. https://www.mathsisfun.com/geometry/polygons.html
+ 2
bookmarked
+ 2
Using canvas
https://code.sololearn.com/WM3zNS60rj1g/?ref=app