Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
Non si tratta del gioco ma della funzione ?
Sub Main
Dim nu(1),spia(2)
Ini = EstrazioniArchivioSE
fin = EstrazioniArchivioSE
Scrivi StringaEstrattiSE(fin),1
spia(1) = 9 : spia(2) = 83
For n = 1 To 90
nu(1) = n
'--------------------------------------
If SerieFreqSE(Ini,fin,nu,1) > 0 Then
k = k + 1
ReDim Preserve aNum(k)
aNum(k) = n
Scrivi n
End If
'--------------------------------------
If EstrattoFrequenzaSE(n,Ini,fin) > 0 Then
kk = kk + 1
ReDim Preserve aN(kk)
aN(kk) = n
End If
'--------------------------------------
Next
Scrivi "Numeri con SerieFreq............. " & StringaNumeri(aNum),1
Scrivi "Numeri con estratto frequenza.... " & StringaNumeri(aN),1
Scrivi "Freq - Numeri spia : " & StringaNumeri(spia) & " = " & SerieFreqSE(Ini,fin,spia,1)
End Sub
05.08.18.28.33.59.09.83
5
8
18
28
33
59
Numeri con SerieFreq............. 5.8.18.28.33.59
Numeri con estratto frequenza.... 5.8.18.28.33.59
Freq - Numeri spia : 9.83 = 0