djkk2205 djkk2205
  • 14-09-2019
  • Computers and Technology
contestada

Create a float variable named area.

Respuesta :

StaceeLichtenstein StaceeLichtenstein
  • 16-09-2019

Answer:

float area;

Explanation:

The float datatype is used for storing the decimal number .The syntax of declaring float variable is given below.

float variablename ;

float area;

area=89.900002; // storing the value

following the program in c language

#include<stdio.h> // header file

int main() // main function

{

  float area=89.900002; // declared and initialize a float variable

  printf("%f",area); // display the area value

return 0;

}

Answer Link

Otras preguntas

What is the middle Integer of 50, 225, 275, 300, & 350
In 2015, the population of a small town was 8,000. The population is increasing at a rate of 1.8% per year. What is the monthly rate of population increase?
2x < x − 4 ≤ 3x + 8 can someone do a step by step
Which ordered pair is a solution of the equation? y = 72 - 2 Choose 1 answers Only (3, 15) As Only (-1, -10 Both (3.15) and (-1,-10) Neither CO
Help me please! I need help
Bonds that form between water molecules are called.
Although colonists in other colonial cities protested the Tea Act, the protest in ______ garnered the most attention.
Which of the following choices is an example of a capital good?
Resolver el siguiente problema con el cuadro de operaciones. Iván requiere cambiar $ 64.5 dólares a nuevos soles que es la moneda de su país. Para hacer esto v
Write the equation of the line with the given slope and -intercept in slope-intercept form.