InterviewSolution
Saved Bookmarks
| 1. |
Write a program to enter side of a square.Find area and perimeter |
Answer» 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]♡ |
|