Answer:
don't spend our time here
this is a spamm community
<span>Declaring the volume function
double PyramidVolume(double baseLength, double baseWidth, double pyramidHeight){
double baseArea = baseLength * baseWidth;
double vol = ((baseArea * pyramidHeight) * 1/3);
return vol;
}
int main() {
cout << "Volume for 1.0, 1.0, 1.0 is: " << PyramidVolume(1.0, 1.0, 1.0) << endl;
return 0;
}
Defining the function,
include <iostream>
double PyramidVolume(double, double, double);
int main()
{
std::cout << "Volume for 1.0, 1.0, 1.0 is: " << PyramidVolume(1.0, 1.0, 1.0) << std::endl;
return 0;
}
double PyramidVolume(double length, double width, double height)
{
return length * width * height / 3;
}</span>
Answer:
the answer is d.
Step-by-step explanation:
D} the independent variable is cows, and the dependent variable is milk.
The independent variable is cows, and the dependent variable is milk.
The value of the independent variable, often denoted by x, does not depend on the value of another variable. The value of the dependent variable, often denoted by y, depends on the value of the independent variable.
Answer:
The total weight would be 5 lbs 12 oz.
Step-by-step explanation:
First, combine the ounces:
13 + 15 = 28 ounces
Next, convert that into pounds and ounces.
28 oz = 1 lb + 12 oz
Finally, add the weight back to the 4 lb.
1 lb + 4 lb + 12 oz = 5 lb + 12 oz