WAP to accept 10 numbers in an array then check and print multiples of 5 present among them also count and display how many are there
Input=1 5 3 2 10 12 11 15 20 7
Output= 5 10 15 20
Count=4
Published By : Sunita Chhetry
WAP to accept 10 numbers in an array then check and print multiples of 5 present among them also count and display how many are there
Input=1 5 3 2 10 12 11 15 20 7
Output= 5 10 15 20
Count=4