Answer:
15
Explanation:
if ..else is the conditional statement which is used to check the condition is true or not, if the condition is true that execute the particular statement and if not it moves to else part for execution.
if condition is more than two we can use continuous if else statement
Syntax:
if(condition)
{
statement;
}else if(condition)
{
statement;
}else
{
statement;
}
In the code:
The value of the input is 5.
first it goes to if part and check condition if 5 > 5, condition false it equal to 5 not greater than 5.
it then moves to else if part and check condition if 5 > 2, condition is true,
it execute the code inside the else if part. so, input_value become
5+10 which 15.
after that, program control terminate the if else statement it does not check further.
Answer:
b
Explanation:
a cpu is made from silicon chip
Answer:third stage of parent-infant attachment
Explanation:
Answer:
The number of subproblems are given as
while the value of T(n) to be less than S(n) is for 342.
Explanation:
The number of subproblems are given as

Asymptotic running time for Strassen’s algorithm is 
Now, when a increases, number of subproblems determines the asymptotic running time of the problem and case 1 of master theorem applies. So, in worst case, asymptotic running time of the algorithm will be

Now, for T(n) to be smaller than S(n)

So,

So,
a=342
Answer
False, it is not necessary that you need to zip a file always when you are opening and editing a file
<u><em>PLS MARK BRAINLIEST</em></u>