Le 4 operazioni
2014-01: Graphical Make a simple graphical calculator. Perhaps the user enters 2 numbers in 2 textboxes and then presses one of 4 buttons to +,… Leggi tutto »Le 4 operazioni
2014-01: Graphical Make a simple graphical calculator. Perhaps the user enters 2 numbers in 2 textboxes and then presses one of 4 buttons to +,… Leggi tutto »Le 4 operazioni
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
La libreria Text fornisce operazioni utili per il trattamento dei testi (stringhe). Strumento Argomenti Risultato Descrizione Append() “testo” “testo” “testo” Restituisce il testo ottenuto dalla concatenazione dei… Leggi tutto »Text
Week 1: Suggestion 1 Write a program to ask a user for their name and output their name in reverse order. Such as: INPUT: James OUTPUT: semaJ.… Leggi tutto »Nome in ordine inverso