+ 4
generate odd numbers? for(int i=1;i<50;i+=2){ cout<<i; } //odd numbers between 1-50
19th May 2018, 4:41 AM
᠌Bidex
᠌Bidex - avatar