Vai al contenuto

TextWindow

Bilancia

2012-07: Easy Math calculation Apple’s weight is 300 g. orange’s weight is 200 g. You measured the weight of the apples and oranges by analogue… Leggi tutto »Bilancia

Le 4 operazioni

Un’operazione aritmetica applicata a due numeri inseriti da tastiera. TextWindow.Write(“Primo numero: “) numero1 = TextWindow.ReadNumber() TextWindow.Write(“Secondo numero: “) numero2 = TextWindow.ReadNumber() r = numero1+numero2 TextWindow.WriteLine(numero1… Leggi tutto »Le 4 operazioni