Write regular expression to describe a language consist of strings made of even numbers 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))*
((a+b)(a+b))*