Answer: C
Explanation: It is correct
// A single if statement
if (boolean expression)
Do statement;
// Or a single if with {}
if (boolean expression)
{
Do statement;
}
// A block if statement: { } required
if (boolean expression)
{
Do Statement1;
Do Statement2;
...
Do StatementN;
}
Note
Explanation:
85% efficiency of simple machine means that with 100% input, the machine will give a work output of 85%. EXPLANATION: The efficiency of a machine is the ratio of its Mechanical Advantage to its Velocity
plz GIVE BRAINLIEST + THANKS :)