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

The volume of a cone is 15pi in3 . It's height is 7 in . what is it's base?​
What is the value of y in the equation 3(3y − 12) = 0? 4 5 6 9
Packing is a organisation and a common sense club together. Do you agree? Give reason
Acepromazine is avaliable in a 100mL vial, that contains 10mg/mL, if 1mL of acepromazine is diluted 1:100, how many mg are in a 5mL of the diluted solution?
99^3 using cubes of sum and difference
Let f(x)= 8/1+3e^-0.7x What is the value of f(-1) Round answer to the nearest hundredth.
What is the length of BE​
Which of the following inequalities can be used to represent a number x that is greater than -5 and less than 3? A.-5 B.-5 C.-5 D.-5
the most famous of the ancient greek temples is the ___ 1) temple of athena nike 2) parthenon 3) acropolis 4) erechtheum
Anyone can help me please