Sorry! Posting Assignment is allowed only for commercial accounts.
#include<stdio.h> main() { int j = 1; while( j++<=8 ) printf("%d ",j++); }