Find the Turing machine of
1)Language contain a, b which strings are dividable by 3
Here is program:
int main() { int a,b; cin >> a; cin >> b; a /= 3; b /= 3; }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment