Hello,

Sign up to join our community!

Welcome Back,

Please sign in to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

  • 0
Homework Help Staff
Teacher

Write an algorithm to calculate the area of a circle

Write an algorithm to calculate the area of a circle

Related Questions

3 Answers

  1. 1. Start

    2. Input the the value of radius R

    3. Let PI=3.14

    4. Calculate area=PI*R*R

    5. Print area

    6.End

  2. 1. Start

    2. Input the the value of radius R

    3. Let PI=3.14

    4. Calculate area=PI*R*R

    5. Print area

    6.End

You must login to add an answer.