Something
public text v1 · immutable switch(age){
case 2: cout << “toddler” << endl;
case 3:
case 4:
case 5: cout << “early childhood” << endl;
switch(age){
case 2: cout << “toddler” << endl;
case 3:
case 4:
case 5: cout << “early childhood” << endl;