bewerking=bewerking5.proc
ZZ=$[round($aantal_sommen/2)]
    !if $taal=nl
	nivo_title=Reken om<br>Van procenten naar decimalen<br>of<br>Andersom
    !else
	nivo_title=Convert <br>from percentage to decimal<br>or<br>from decimal to percentage
    !endif		 
    !for n=1 to $ZZ
	GOED$n=!randint 10,99
	N1=!randint 10,100
	T1=$[$N1*$(GOED$n)/100]	
	somtekst$n=\frac{$T1}{$N1} \,\,\rightarrow \,\,
	antwoord$n=\frac{$T1}{$N1} \,\, = \,\, 100 \% \,\,\cdot \frac{$T1}{$N1}  \,\, = \,\, 100\%\,\,\cdot $[$T1/$N1] =$(GOED$n) \%
	percentage$n=1
    !next n
    !for n=$[$ZZ+1] to $aantal_sommen
	R=!randint 1,100
	GOED$n=$[$R/100]
	somtekst$n= $R \% \,\,\rightarrow\,\,
	antwoord$n=$R\% \,\,= \frac{$R}{100} \,\,=\,\, $(GOED$n)
	percentage$n=0
    !next n
!exit