Challenge 2014-12
Small Challenges Write a program to find the square root of a number entered by a user. Write a program to draw a festive winter… Leggi tutto »Challenge 2014-12
Small Challenges Write a program to find the square root of a number entered by a user. Write a program to draw a festive winter… Leggi tutto »Challenge 2014-12
Small Challenges Write a program using the While statement to read numbers from the user until they enter a number between 5 and 10 (inclusive).… Leggi tutto »Challenge 2014-11
Number Challenge Write a program to convert between Roman Numerals and numbers. Game Challenge Write a ‘moon lander’ type program. Graphical Challenge 1 Make an… Leggi tutto »Challenge 2014-10
Il sito ufficiale ospita una galleria di applicazioni sviluppate con Small Basic. Tramite i pulsanti presenti nella barra degli strumenti puoi scaricare le applicazioni presenti… Leggi tutto »Il web
Convertire una temperatura da Farhenheit a Celsius TextWindow.Write(“Inserisci una temperatura in gradi Fahrenheit: “) f=TextWindow.ReadNumber() c=(f-32)*5/9 TextWindow.WriteLine(f + ” –> ” + c) Tabella La conversione… Leggi tutto »Conversione temperatura