I’m curious how well the Common Core method of computer programming works.
I say just get them each a Raspberry pi model 2 and a bunch of web links.
If they have any inclination towards comp sci this is enough to get them started!
All for just 35 bux!
main()
{
printf("'sup?\n");
}
string name = '';
comefrom EndLoop if (name = '')
printf("what is your name?\n");
gets(name);
printf("Yo. %s\n", name) if (name <> '');
EndLoop: ;
Yes, it's backwards and stupid. That's the CC programming language.