Dana Salih

Dana Salih

  • NA
  • 4
  • 1.6k

Multiple of 3 who can solve it

Oct 24 2021 6:20 PM

You are an elementary school teacher and explaining multiplication to students.
You are going to use multiplication by 3 as your example.
The program you are given takes N number as input. Write a program to output all numbers from 1 to N, replacing all numbers that are multiples of 3 by "*".

Sample Input
7

Sample Output
12*45*7

 


Answers (2)