Showing posts with label how to get the area of a square when one side is a. Show all posts
Showing posts with label how to get the area of a square when one side is a. Show all posts

Friday, 7 April 2017

Algorithm to Find Area of a Square


Step 1 : Start
Step 2 : Read Radius
Step 3 : Area = 3.14 * Radius * Radius
Step 4 : Print Area
Step 5 : Stop

How to Invert an SVG image using CSS ?

You can invert your svg easily by using following css code svg { -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */ filter...