What does it mean by "if a=5" is there a user input?
Answers
Answered by
0
Answer:
The answer of the question is that it means as conditional statement.
Explanation:
"if a=5" is a conditional statement that executes only when compiler interpret this condition satisfied.
- If is conditional statement in programming language.
- In this given statement, condition is that the value of a is 5 where a is variable which already defined in the statement.
- This statement does not need any user input as such it is already declared.
- User can not change the value of a without executing the statement.
Example - If (a=5)
{
cout<< max;
}
else
{
cout<< min;
}
Similar questions
Math,
3 months ago
Math,
3 months ago
Computer Science,
6 months ago
Physics,
1 year ago
Geography,
1 year ago
India Languages,
1 year ago