Answer:
- #include <iostream>
- using namespace std;
- void printLarger(int a, int b){
-
- if(a > b){
- cout<<a;
- }else{
- cout<<b;
- }
- }
- int main()
- {
- printLarger(4, 5);
- return 0;
- }
Explanation:
The solution code is written in C++.
Firstly define a function printLarger that has two parameters, a and b with both of them are integer type (Line 5). In the function, create an if condition to check if a bigger than b, print a to terminal (Line 7-8). Otherwise print b (Line 9-10).
In the main program, test the function by passing 4 and 5 as arguments (Line 16) and we shall get 5 printed.
I think because if you’ve already turned it in they might as well grade asap instead of waiting
Answer:
Option (d) MEP and IHP
Explanation:
MEP stands for Mean Effective Pressure and IHP stands for Indicated Horse Power
In engines (Internal Combustion), engine indicator is generally to indicate the indicate the changes in pressure inside the cylinder of an Internal Combustion Engine or IC engines. Once, Mean Effective Pressure of the engine is calculated it further helps to calculate the Horse power and both these quantities, i.e., MEP and IHP are displayed on the engine indicator.
Answer:
2132hp ed enregia
e
Explanation:
dawdsawdsawdsawdsawdsawdsawdaas
Answer:
depends on the size
Explanation:
Length x width x depth x 7.5 = volume (in gallons)
Length times width gives the surface area of the pool. Multiplying that by the depth gives the volume in cubic feet. Since there are 7.5 gallons in each cubic foot, multiply the cubic feet of the pool by 7.5 to arrive at the volume of the pool, expressed in gallons.