subject

Fix the error and re-write the code: #include ; int main()  { float radius, area,    float circumference;  printf("To calculate the radius & circumference of a circle: ");  scanf("Enter the radius of the circle: %f", &radius);   area == 3.14 * radius * radius;   circumference = 2 * 3.14 * radius;   printf("\nThe area of the circle is %lf", area);   printf("\nThe circumference of the circle is %lf", circumference);   return 0;  }

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 09:50
Assume that you have an sorted array of records. assume that the length of the array (n) is known. give two different methods to search for a specific value in this array. you can use english or pseudo-code for your algorithm. what is the time complexity for each algorithm and why?
Answers: 1
question
Computers and Technology, 22.06.2019 18:00
Suppose an astronomer discovers a large, spherical-shaped body orbiting the sun. the body is composed mostly of rock, and there are no other bodies sharing its orbit. what is the best way to categorize this body? a. planet b. moon c. comet d. asteroid
Answers: 1
question
Computers and Technology, 23.06.2019 02:30
What is the power dissipated by a resistor with a current of 0.02 a and a resistance of 1,000 ? a. 200 w b. 20 w c. 0.4 w d. 4 w
Answers: 1
question
Computers and Technology, 23.06.2019 05:00
Acompany is inviting design for its new corporate logo from its users. this is an example of ? a. crowdfunding b. crowdvoting c. crowdsourced design d. crowdtracking
Answers: 3
You know the right answer?
Fix the error and re-write the code: #include ; int main()  { float radius, area,    float circumfer...
Questions
question
Mathematics, 13.11.2019 05:31
question
Mathematics, 13.11.2019 05:31
question
French, 13.11.2019 05:31
Questions on the website: 13722362