Answer: Exploration includes plethora of activities and depend upon the kind of exploration a person is doing. But most include some of the basic activities like research , investigation, planning and execution.
Suppose we want to explore new petroleum sites then we would have to start with studying the geography of that area, then according to our research we will analyse the hot spots or the sector where probability of finding of oil field is highest, post that appropriate man power is skilled professionals, tools and machinery will be brought at the site so that execution can take place.
Answer:
#include <iostream>
using namespace std;
void PrintPopcornTime(int bagOunces) {
if(bagOunces < 3){
cout << "Too small";
cout << endl;
}
else if(bagOunces > 10){
cout << "Too large";
cout << endl;
}
else{
cout << (6 * bagOunces) << " seconds" << endl;
}
}
int main() {
PrintPopcornTime(7);
return 0;
}
Explanation:
Using C++ to write the program. In line 1 we define the header "#include <iostream>" that defines the standard input/output stream objects. In line 2 "using namespace std" gives me the ability to use classes or functions, From lines 5 to 17 we define the function "PrintPopcornTime(), with int parameter bagOunces" Line 19 we can then call the function using 7 as the argument "PrintPopcornTime(7);" to get the expected output.
Answer:
Yes. She should be worried about corrosion. The 18-8 stainless exhibits intergranular corrosion due to high (0.08%) carbon content and gross pitting due to low molybdenum content.
Explanation: lol
Aesthetic elements are the components that are added to the design to be considered pleasing to the eye.
<h3>What are aesthetic elements?</h3>
They are those characteristics of an object that deal with the outward appearance or beauty of an object, that is, they are those elements that make it valuable, appreciable, relevant or transcendent.
To do this, the qualities must be in the design of the object but must also be perceived by the consumer, the aesthetic being what we like to perceive in objects.
Therefore, we can conclude that aesthetic elements are the components that are added to the design to be considered pleasing to the eye.
Learn more about aesthetic elements here: brainly.com/question/24568271
Answer:
2ib
Explanation:
if you divide 10 divided by 2 it gives you 5 and then subtract it by 2.2 = 2.8
there goes your answer.