TextWindow.WriteLine ("Program za računanje formule") TextWindow.WriteLine ("Upiši broj x") x= TextWindow.ReadNumber() TextWindow.WriteLine ("Upiši broj y") y= TextWindow.ReadNumber() F=(x+y)*100 TextWindow.BackgroundColor="yellow" TextWindow.WriteLine ("rezultat formule je "+f)