yashrajmani / Hacktoberfest2021

✨✨FREE FOR ALL , LEARNING and CELEBRATING OPEN SOURCE, This Hacktoberfest project exists to help you submit your first Pull Request! ✨✨
MIT License
22 stars 73 forks source link

Create nThMultiple.cpp #89

Closed sahuchirag closed 2 years ago

sahuchirag commented 2 years ago

Nth number in a set of multiples of A , B or C. Given four integers N, A, B, and C. The task is to print the $N^th$ number in the set containing the multiples of A, B, or C.