Poligono regolare
2011-09: Intermediate Use the Small Basic Turtle to draw a regular polygon with the number of sides selected by the user. For example if the user enters… Leggi tutto »Poligono regolare
2011-09: Intermediate Use the Small Basic Turtle to draw a regular polygon with the number of sides selected by the user. For example if the user enters… Leggi tutto »Poligono regolare
La libreria TextWindow fornisce funzionalità di input e output di testo. Strumento Argomenti Risultato Descrizione BackgroundColor =”colore” “colore” Ottiene o imposta il colore di sfondo del testo.… Leggi tutto »TextWindow
Week 4: Text 1 Write a program to replace all occurrences of the word red with blue in the following sentence: The red car was going incredibly fast when… Leggi tutto »Rimpiazza red con blue
2012-05: Text Write a program to read in and spell-check a sentence of text from a user. Hint: Use the Dictionary method as a spell checker to… Leggi tutto »Controllo ortografia 2
Week 3: Text How many palindromic integer numbers less than 1000 are there? A palindromic number reads the same backwards as forwards, for example 131, 55 and 9. Hint: Use the… Leggi tutto »Numeri palindromi