what is N2 here can someone explain properly
Print series question
N1 and N2 both are random values entered by the user. For example, if N1 is 6 and N2 is 4 then the first six values of 3n+2 which are not the multiples of 4 are displayed.
5 , 11 , 14 , 17 , 23 , 26 . Here 8 and 20 are skipped because they are multiples of N2.