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.
Vedi l'allegato 2289766
Na_________64__63_________
Pa_________62__61_________
Ro_________42__41_________
Numeri in gioco 62.41 su TT per Ambo
In corso
' x Zetrix: metodo il sommativo per ogni numero che non ha mai dato esito a colpo (Cinzia27)
Sub Main()
Dim ru(1),n(1)
w = 1 'colpi
ini = EstrazioneFin - 100
Scrivi "Dall'estrazione " & ini & " all'estrazione " & EstrazioneFin
For r = 1 To 10
r2 = 1 ' ruota di calcolo
If ScriptInterrotto Then Exit For
cc = 0
ru(1) = r
x = 45 ' sommativo
cc = 0
For es = ini To EstrazioneFin
If ScriptInterrotto Then Exit For
p = 4 'qui puoi cambiare la posizione dell'estratto
x1 = Estratto(es,r2,p)
n(1) = Fuori90(x1 + x)
fr = SerieFreq(es + 1,es + 1,n,ru,1)
If fr > 0 Then
cc = cc + 1
'Scrivi "Sommativo"& FormatSpace(x,3,1)&" n. "&Format2(x1)&" "& _
'FormatSpace(es,5,1)&" "&FormatSpace(es+1,5,1)&" "& _
'SiglaRuota(r)&" "&FormatSpace(co,4,1)
End If
Next
ColoreTesto 0
If cc = 0 Then xx = x:xx1 = x1:Scrivi "A " & SiglaRuota(r2) & " sommativo " & Format2(x) & " con " & p _
& "° estratto ha dato ambata " & cc _
& " volte su " & SiglaRuota(r):ri = " " & p & " Estratto " & xx1 & "+" & xx & " = AMBATA " & Fuori90(xx1 + xx) & " " & SiglaRuota(r)
Scrivi NomeRuota(r) &" "& fr
Next
If ri <> ri1 Then Scrivi ri
ri1 = ri
End Sub