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
History,
2 months ago
Chemistry,
2 months ago
Social Sciences,
2 months ago
Computer Science,
4 months ago
Physics,
9 months ago
Geography,
9 months ago
India Languages,
9 months ago