Area of A Circle
Area of A Circle
Area of A Circle
0.7853981634
Ex.
Radius = r = 3
Area= π r2
= π × 32
= 3.14159... × (3 × 3)
= 28.27 m2 (to 2 decimal places)
If you want to convert Celsius to Fahrenheit, just multiply the temperature by 1.8 and then add 32 to
the product. If you want to convert temperature from Fahrenheit to Celsius, subtract 32 from the
number and then divide the difference by 1.8.
greater than symbol is > less than symbol is < 50th FIBUNACCI NUMBER : 12586269025
1. Create an algorithm and flow chart that finds the area of a circle.
2. Create an algorithm and flow chart that converts temperature from Fahrenheit to Celsius
3. Create an algorithm and flow chart which gets two numbers and prints the sum
4. Create an algorithm and flow chart thatfinds the greater number between two numbers
5. Create an algorithm and flow chart that that prints all even numbers between 9 and 100
6. Create an algorithm and flow chart that finds the largest number between 3 numbers.
7. Create an algorithm and flow chart that generates first 50 items of the Fibonacci series.
Algorithm and Flowcharts
Implementation phase:
• Refine the algorithm successively to get step by step detailed algorithm that is very close to a
computer language.
• Pseudo code is an artificial and informal language that helps programmers develop
algorithms. Pseudo code is very similar to everyday English.
Flowchart
Flowchart Symbols
Detailed Algorithm:
Example 2: