void jama_ex3(int n){ for(int i= 1;i<=n;i=i+ 1) for(int j=i;j<=n;j=j+ 1) ; }