Write a program to enter side of a square.Find area and perimeter
Answers
Answered by
0
Answer....✍
Below program, first takes length of side as input from user using scanf function and stores in a floating point variable. To find the area of square we multiple the length of side with itself and store area in a floating point variable. At last, it prints the area of square on screen using printf function.
♡Please thank my answers[15 or 20]♡
Attachments:
Similar questions