"What is regular expression corresponding to the language of strings" of even lengths over the alphabet of (a, b)? code example
Example: 1. Write regular expression to describe a languages consist of strings made of even numbers a and b. CO1 K3
((a+b)(a+b))*