Challenge 2014-09
Text Challenge Write a program to read and write an array of Small Basic data to and from a csv file. Variable Type Challenge Write… Leggi tutto »Challenge 2014-09
Text Challenge Write a program to read and write an array of Small Basic data to and from a csv file. Variable Type Challenge Write… Leggi tutto »Challenge 2014-09
Questa sfida di gruppo appare nella sfida mensile di luglio 2014… This challenge is to create an extensible ‘Paint’ program with plugins. There are… Leggi tutto »Group Challenge 2014-07
Apply in this thread to create a group (with two or more people) until Aug. 31. Then create a marionette (or puppet) per group which… Leggi tutto »Group Challenge 2014-09
Text Challenge Read a sentence from the user, then create an array with one entry for each word in the sentence. Then output the words… Leggi tutto »Challenge 2014-08
Ogni cerchio contiene 2 cerchi piĆ¹ piccoli… DIM =800 DIM2=DIM/2 GraphicsWindow.Title=”Ricorsione” GraphicsWindow.Width =DIM GraphicsWindow.Height=DIM xc=DIM2 yc=DIM2 raggio=0.4*DIM colore=255 Stack.PushValue(“dati”,xc ) Stack.PushValue(“dati”,raggio) Stack.PushValue(“dati”,colore) CERCHIO() ‘————————————————————————– Sub… Leggi tutto »IR – Cerchi