Category: Programming
-
C Language – Beginners info
data types bool, a Boolean expression of either true or false char, a single character like a or 2 double, a floating-point value with more digits than a float float, a floating-point value, or real number with a decimal value int, integers up to a certain size, or number of bits long, integers with more…
-
STEM: Programming for Kids – Step 1 User Input
So the project we are starting requires some understanding of the code blocks before we explode little minds into cramming them together to make something as cool as a translator, so let’s start at the beginning – User Input. GOAL: Ask a user to enter their name and have your sprite say “Hello, name!” Required:…
-
STEM : Programming for Kids!
Programming is a great way to teach kids about logical thought processes and also a super fun way to engage with computers that doesn’t involve mindless zombie killings. In this post I want to take a look at Scratch – a programming tool for kids, by MIT. It’s great. You’ll love it. Scratch takes complex…