You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
S
\mbox{\Huge B = $\frac{1}{15}$ }
-
-
S
\newcount\n
\n=1
\def\abc#1{
\ifnum\n<#1
\the\n \par
\advance\n by 1
\abc{#1}
\fi
}
\abc{10}