(Solved):
Write down regular expressions for binary numbers, i.e. strings over the alph ...
???????
Write down regular expressions for binary numbers, i.e. strings over the alphabet \( \{0,1\} \), to generate: i. all strings beginning with 1 , but not having two consecutive 0's. ii. all strings with at least two consecutive 0's.