Sign In
Ask Question
Martin Dyer
Computers & Technology
28 April, 03:42
Create a float variable named area.
+5
Answers (
1
)
Elliana
28 April, 04:02
0
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 / / 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;
}
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“Create a float variable named area. ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
How would I view the ruler on my document if it was not visible? select the icon at the Quick Access toolbar select the icon at the top of the vertical scroll bar double click on the Status bar by using the Zoom slider
Answers (1)
The? bar gives you information related to the document such as slide number, theme and whether or not the computer has found an error in the text
Answers (1)
A machine cycle consists of a. instruction cycle and execution cycle b. alu and cu c. hardware and software d. system software and application software e. none of the above
Answers (1)
The prefix kilo stands for which one of the following values? A. 100 or 102 B. 1000 or 103 C. 1,000,000 or 106 D. 10,000 or 104
Answers (2)
In the language of the World Wide Web, "this page cannot be displayed" means A. your computer's software is damaged. B. the ISP you've chosen is going to go out of business. C. the e-mail you're trying to open has been lost. D.
Answers (1)
New Questions in Computers & Technology
What is the largest amount of unit information? kilobytes, gigabytes, megabytes, or terabytes
Answers (1)
1. What will the println statement in the following program segment display? int x = 5; System. out. println (x++); a. 5 b. 6 c. 0 d. None of these
Answers (1)
The next generation ip version and successor to ipv4 is called what? ipv5 ipv6 iana ssl
Answers (1)
Needed urgently what are short cut keys
Answers (2)
To ignore all tracked changes in a document you should select the
Answers (1)
Home
»
Computers & Technology
» Create a float variable named area.
Sign In
Sign Up
Forgot Password?