Answer:
program:
#include<stdio.h>
#include<string.h>
int main()
{
char character;
int count =0;
int i;
while (1)
{
while((character=getchar())!='^z')
{
if (character=='\n')
{
printf("\/n");
}
else
printf("%c",character);
}
break;
}
}
Output:
I think the answer to this question is b but I’m not sure
Answer:
308 acre-ft of water
Explanation:
Given:
Area of the watershed = 22 square miles
Depth of Rainfall = 0.75 in =
=0.0625 ft
Percentage rainfall falling in reservoir as runoff = 35%
Now,
1 square mile = 640 acre
Thus,
22 square miles = 22 × 640 = 14,080 acres
Thus,
The total volume of rainfall = Area of watershed × Depth of the rainfall
or
The total volume of rainfall = 14,080 acres × 0.0625 ft = 880 acre-ft
also,
only 35% of the total rainfall is contributing as runoff
thus,
Runoff = 0.35 × 880 acre-ft = 308 acre-ft of water
Answer:
26.1 ft/s²
Explanation:
See attached pictures for detailed explanation.