Challenge 2014-06
Small Challenges Write a program to input 5 numbers and then output them in ascending and descending order (sorted small to big and big to… Leggi tutto »Challenge 2014-06
Small Challenges Write a program to input 5 numbers and then output them in ascending and descending order (sorted small to big and big to… Leggi tutto »Challenge 2014-06
Curriculum Challenges 3.5 Write a GraphicsWindow program with TextBoxes that you can enter your name and age. Extend the program to include a Button that… Leggi tutto »Challenge 2014-05
Curriculum Challenges 3.4 Use the Timer event to provide a countdown with the remaining time displayed in a GraphicsWindow. Use the Mouse events to draw… Leggi tutto »Challenge 2014-04
Curriculum Challenges 3.3 Write a TextWindow program to create some random sums for the user to answer. Write a program to calculate the area of… Leggi tutto »Challenge 2014-03
Contare le occorrenze delle lettere dell’alfabeto all’interno di una frase testo=”ADDIO alle armi” For X=1 To Text.GetLength(testo) CAR=Text.GetSubText(testo, X, 1) CONTA[CAR]=CONTA[CAR]+1 EndFor c_A=Text.GetCharacterCode(“A”)… Leggi tutto »Contare le lettere