Posts Tagged ‘10829’
Write a for loop that prints in ascending order all the positive multiples of 5 that are less than 175, separated by spaces.
LANGUAGE: C++ CHALLENGE: Write a for loop that prints in ascending order all the positive multiples of 5 that are less than 175, separated by spaces.
Read More