Write the regular expression for the following languages: i) Representing for strings of a’s and b’s having odd length. 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))*