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:
I do not know much but I looked and read, this I learned I hope this is good
The Maglev is a system of train transportation that uses two sets of magnets
working repel one another when matching poles face each other. Here, both magnetic attraction and repulsion are used to move the train car along the guideway.
Explanation:
Brainliest please
Answer:
hmm i would try calling him. ask your mom or other adults where he is!
Explanation:
hope you get help soon!
Explanation:
These are probably the most used tool in any Plumber’s tool box. Pliers are not just another tool for a Plumber, they become an extension of their arms. Most people think that sounds odd, but pliers are more than just a tool to grab or turn things.
These are probably the most used tool in any Plumber’s tool box. Pliers are not just another tool for a Plumber, they become an extension of their arms. Most people think that sounds odd, but pliers are more than just a tool to grab or turn things.Sometimes a piece of copper pipe won’t quite go into a fitting. By using the handle end as a mallet you can gently force it in without damaging/denting the pipe or fittings. Or, when a brute force is needed the jaw end becomes a hammer. On an old pair of pliers I took a grinder to form one side of the handle into a flathead screwdriver/pry bar.