Rettangolo di asterischi
Week 9: Easy Write a Text Window program that asks the user for a width and height. The program will then draw a rectangle with… Leggi tutto »Rettangolo di asterischi
Week 9: Easy Write a Text Window program that asks the user for a width and height. The program will then draw a rectangle with… Leggi tutto »Rettangolo di asterischi
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
La libreria ImageList fornisce alcune funzionalità per le immagini. Strumento Argomenti Risultato Descrizione GetHeightOfImage() name numero Restituisce l’altezza dell’immagine … memorizzata. GetWidthOfImage() name numero Restituisce la larghezza… Leggi tutto »ImageList
La libreria Program fornisce strumenti per controllare l’esecuzione del programma. Strumento Argomenti Risultato Descrizione ArgumentCount numero Restituisce il numero degli argomenti di linea di comando passati a… Leggi tutto »Program