textwindow.backgroundcolor="purple" textwindow.WriteLine("small basic ile kodlama öğreniyorum") textwindow.writeline("6.sınıfa gidiyorum") textwindow.writeline("Evrensel koleje gidiyorum") Textwindow.writeline("çok akıllıyım") textwindow.writeline("çok başarılıyım")

TextWindow.WriteLine("soru:1+1=?") 'soru ekrana yazdırıldı c=TextWindow.ReadNumber() If c=2 Then textwindow.WriteLine("doğru!!!") Else textwindow.writeline("yanlış!!!") EndIf TextWindow.WriteLine("soru:77+62=?") 'soru ekrana yazdırıldı c=TextWindow.ReadNumber() If c=139 Then textwindow.WriteLine("doğru!!!") Else textwindow.writeline("yanlış!!!") EndIf TextWindow.WriteLine("Soru:Türkiye'nin başkenti neresidir?") 'soru ekrana yazdırıldı c2=TextWindow.Read() If c2=Ankara Then textwindow.WriteLine("doğru!!!") Else textwindow.writeline("yanlış!!!") EndIf