Natural
Resources that fueled American Industrialization
<span>1.
Iron ore: Used to create steel and pig iron.
Used for railroad ties, bridges, buildings.</span>
2.
Coal: with the invention of the steam engine, coal replaced wood in fueling the
steam engine and machinery used in various industries such as the steel
industry.
<span>3.
Oil: The ability to use a steam engine for oil drilling started an oil boom in
the United States. It helped with the creation of a
Petroleum-refining industry. Transformed
oil into Kerosene and later gasoline for the automobile</span>
Lumber:
Used to fuel the steam engines that were used on trains, steamboats, and in
industry for the new machines being invented that ran on steam.
<span> </span>
Insert Method
it is used to returns an integer that speaks to the area of the substring inside the string.
It would depend on the movie and the theater policy.....
Hope this helps have a good day
Answer:
- #include <iostream>
- using namespace std;
- int main() {
- int number =5;
- if (number>=0&& number <=100){
- cout<<"passed.\n";
- }
- else{
- cout<<"failed.\n";
- }
- return 0;
- }
Explanation:
There where multiple errors in the code given in the questions
Line 1: Missing <iostream>
Line 5: The comparison operator was wrong correction is highlighted
Line 12 Missing closing brace for the main function
All the errors have been fixed and the code above compiles
66,73 73-66=7
13,21 21-13=8
10,20 20-10=10
the missing no. is 9 so
52+9=61.
the pattern is
66,73,13,21,52,61,10,20