A spud wrench and pipe is for install pipes
i believe the correct answer is c but i’m sorry if i’m not correct
I believe the answer is D: brazing
Hope this helps you have a good night
Answer:
The trunks were all cut at the same lenght, 9 Carolingian feet, easier to carry away and to build. The construction was built by a team of four people, using traditional tools such as a hand saw, clamp, gimlet, Catalan type axe, wood hammer, chisel, two-handed wood saw, heavy wood hammer and metal wedges.
Explanation:
#include
int main () {
printf("Program to calculate the square footage of the house.\n");
int total_rooms;
double length, width;
double total_square_footage = 0.0;
printf("Enter total number of rooms in the house:");
scanf("%d", &total_rooms);
for (int i = 0; i
printf("Enter the lenght and width of room %d: ", i+1);
scanf("%if %if", &lenght, &width);
total_square_footage += lenght*width;
}
printf("Total square footage of the house: %if\n", total_square_footage);
return 0;
}
Please mark it as brainliest answer:).