Question #312984

Find the Turing machine of


1)Language contain a, b which strings are dividable by 3

Expert's answer

Here is program:

int main()
{
	int a,b;
	cin >> a;
	cin >> b;
	a /= 3;
	b /= 3;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS