Question 42 (1 point) Give a regular expression that describes the set of strings over E=(a,b,c) in which the total numb
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 42 (1 point) Give a regular expression that describes the set of strings over E=(a,b,c) in which the total numb
Question 42 (1 point) Give a regular expression that describes the set of strings over E=(a,b,c) in which the total number of a's and c's is three. Examples of such strings are: aac, babac, abbcc. In each of these strings the number of a's plus the number of c's is exactly 3. Please use capital u for union. 4 N