//Chapter 06: Counting clc; clear; letters=26 //Total no of letters in the english alphabet post=100 //Total positive no.s not beyond 100 sol=letters*post //number of chairs to be labelled with an alphabet and an integer using product rule mprintf("Total number of chairs that can be labelled with an alphabet and an integer is %d",sol)