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:
O is truse is the best answer hhahahha
Explanation:
Answer:
Final mass of Argon= 2.46 kg
Explanation:
Initial mass of Argon gas ( M1 ) = 4 kg
P1 = 450 kPa
T1 = 30°C = 303 K
P2 = 200 kPa
k ( specific heat ratio of Argon ) = 1.667
assuming a reversible adiabatic process
<u>Calculate the value of the M2 </u>
Applying ideal gas equation ( PV = mRT )
P₁V / P₂V = m₁ RT₁ / m₂ RT₂
hence : m2 = P₂T₁ / P₁T₂ * m₁
= (200 * 303 ) / (450 * 219 ) * 4
= 2.46 kg
<em>Note: Calculation for T2 is attached below</em>
Answer:
A. smallest wire is No. 12