#include<stdio.h> main() { int j = 1; while( j++<=8 ) printf("%d ",j++); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login