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 17:30
Which tab should you open to find the option for adding a header?
Answers: 1
question
Computers and Technology, 22.06.2019 21:30
Write a function named printfloatrepresentation(float number) that will print the floating point representation of a number using the format given below. (sign bit) exponent in binary (assumed bit).significandfor example if the number passed an argument is 71 yourprogram should print (0) 10000101 (1).00011100000000000000000similarly if the number passed to the function as argument is -71 the program should print (1) 10000101 (1).00011100000000000000000
Answers: 3
question
Computers and Technology, 22.06.2019 23:30
To check spelling errors in a document, the word application uses the to determine appropriate spelling. internet built-in dictionary user-defined words other text in the document
Answers: 1
question
Computers and Technology, 23.06.2019 23:00
How do you know if the website is secure if you make a purchase
Answers: 2
You know the right answer?
Fix the error and re-write the code: #include ; int main()  { float radius, area,    float circumfer...
Questions
question
Spanish, 12.07.2019 05:00
Questions on the website: 13722359