subject

Simple geometry can compute the height of an object from the the object's shadow length and shadow angle using the formula: tan(angleelevation) = treeheight / shadowlength. given the shadow length and angle of elevation, compute the tree height. sample program: #include #include int main(void) { double treeheight = 0.0; double shadowlength = 0.0; double angleelevation = 0.0; angleelevation = 0.11693706; // 0.11693706 radians = 6.7 degrees shadowlength = 17.5; printf("tree height: %lf\n", treeheight); return 0; }

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:00
Create a word problem that involves calculating the volume and surface area of a three-dimensional object. cube: surface area 6 s2 , volume s3
Answers: 3
question
Computers and Technology, 23.06.2019 17:30
What are the most commonly found items in the trash according to the municipal solid waste report?
Answers: 1
question
Computers and Technology, 24.06.2019 10:30
This device directs network traffic. bridge hub nic repeater router switch
Answers: 3
question
Computers and Technology, 25.06.2019 04:30
He 98 pointsss how has computers changed over the years? how can they be used now? give details and such!
Answers: 1
You know the right answer?
Simple geometry can compute the height of an object from the the object's shadow length and shadow a...
Questions
Questions on the website: 13722360