Print numbers 1 to N not divisible by 3 and 7 in C# – Programming, Pseudocode Example, C# Programming Example

Tag - Print numbers 1 to N not divisible by 3 and 7 in C#

Write a program in C# that enters from the console a positive integer n and prints all the numbers from 1 to n not divisible by 3 and 7