Activity 01
Pair Programming: Greeting App
Pairs write a program that prompts for a user's name and age, then outputs a personalized message. Add input validation to ensure age is a number. Test with classmates, swapping roles as user and programmer.
What are the limitations of relational databases?
Facilitation TipDuring the Pair Programming Greeting App, have one student act as the driver typing live code while the navigator checks for missing type conversions or empty strings.
What to look forProvide students with a short code snippet that takes a number as input. Ask them to write down what the output will be if the user enters '10' and what the output will be if the user enters 'ten'. Explain why the outputs differ.