For some lunch time #fun: are you able to #solve this #mathquiz? https://t.co/cZWVc26P2b
#justforfun #math pic.twitter.com/YWmVM9yezd
— sqlbythebook (@sqlbythebook) November 24, 2015
I quickly drafted a model and saved it at GitHub:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Frog{ | |
static int number; | |
} | |
class Sheep{ | |
static int number; | |
} | |
class Owl{ | |
static int number; | |
} | |
class Team{ | |
String players[]; | |
int value; | |
String op[]; | |
Team (String p[]){ | |
players = p; | |
} | |
} |
Trying to figure out why Math.pow(27,1/3) returns 1 https://t.co/JA1cnnshQp
#java
— C. Fierbinteanu (@inafierbinteanu) November 26, 2015
What do you think? Are these quizzes helpful in teaching kids programming?I am looking forward to your opinions in the comments below or at Moodle Cloud.