Answer: B add presenters notes
Its easy just think of the program it’s a
Answer:
I dont know the question all i know is the answers or whatever
Explanation:
Hello there,
The answer is ‘CTRL’
Thanks!
Cin >> input_value;
if (input_value > 5)
input_value = input_value + 5;
else if (input_value > 2)
input_value = input_value + 10;
else
input_value = input_value + 15;
The right answer is : 15