Bonus question – 5 points Write a loop that reads 10 input v…
Bonus question – 5 points Write a loop that reads 10 input values from the user. Your code should only print back the input if it is a multiple of 5. No further input validation is required here. Declare all necessary variables. (No need to write a complete program).
Read Details