Equazione di 2° grado
2016-03: Math 1 Write a program to solve quadratic equations. Risolvere un’equazione di secondo grado ax2+bx+c=0, dati i coefficienti a, b e c. Un po’… Leggi tutto »Equazione di 2° grado
2016-03: Math 1 Write a program to solve quadratic equations. Risolvere un’equazione di secondo grado ax2+bx+c=0, dati i coefficienti a, b e c. Un po’… Leggi tutto »Equazione di 2° grado
2012-03: Easy 1 Write a number guessing game. The program selects a random number between 1 and 100 and asks the player to guess it. The program then checks… Leggi tutto »Indovina il numero!
2012-04: 4 Work out the probability of getting 4 of a kind (any suit) in a five card hand of poker on the first round… Leggi tutto »Probabilità poker e full
2012-02: Community suggested Create a program that generates 40 random numbers between 01 and 99 (inclusive). Display them in four rows of ten columns. They… Leggi tutto »Numeri casuali: 40
2012-01: Easy 2 Write a program to place a randomly sized and positioned rectangle on the GraphicsWindow and then get the Turtle to draw round… Leggi tutto »Segue rettangolo casuale