MAKE A FLOWCHAR

Monday, December 19, 2011 ·

AlproExample flowchart1. The algorithm: 

1. Initialize the value of pi = 3.142. Enter the numbers that will be the radius of the circle or the radius3.    Calculating the circumference of a circle with the formula kel = 
2 * pi * radius

4. Then print the result5. Calculating area of ​​a circle with the formula
          
area = 0.5 * pi * radius * rasius6. Then print the result

 2. The algorithm:1. Inserting the value of the temperature in Celsius2. Calculate the temperature conversion from Celsius to Fahrenheit by the formulaF = C * 1.8 + 323. Then print the results into Fahrenheit
 
3. The algorithm:1. Initialize a = 112. Calculate an odd number from 10 to 30 by using the formulafor (a = 11; a <= 30; a + = 2)3. Are the results in an odd number are included the numbers 21 and 274. If yes, then proceed to continue the statement and then print the next number5. If not, print the result directly
 
4. The algorithm:1. Enter the value of a, b, and c2. Calculate the determinant by the formula D = b * b - 4 * a * c3. If the results are equal to zero (D = 0), then there are two rea

0 comments:

Archives