Somma delle cifre 2
2013-05: Small 1 Write a program that finds all the numbers less than 1000 that contain only digits that sum to 10, e.g. 55, 73, 137, but not 423. How many… Leggi tutto »Somma delle cifre 2
2013-05: Small 1 Write a program that finds all the numbers less than 1000 that contain only digits that sum to 10, e.g. 55, 73, 137, but not 423. How many… Leggi tutto »Somma delle cifre 2
2013-03: Graphical 2 Write a program with an arrow that rotates to always point towards the mouse. Scrivi un programma con una freccia rivolta sempre… Leggi tutto »Freccia
2013-05: Small 1 Write a program that finds all the numbers less than 1000 that contain only digits that sum to 10, e.g. 55, 73,… Leggi tutto »Somma delle cifre 1
2013-11: Maths Write a program to rationalize any fraction, for example 49/70 is 7/10. Scrivi un programma per semplificare (?) una frazione qualsiasi. Per esempio: 49/70 =… Leggi tutto »Semplificare una frazione
Cambia la regola per il salto: si va a due terzi della distanza tra i due punti xx=(xx+2*x[rand])/3 yy=(yy+2*y[rand])/3 Aggiungendo un 5° punto al centro… Leggi tutto »Chaos game – 2