Question: Write context free grammar for the do while loop: do { cout < < value of a: < < a < < endl; a
Write context free grammar for the "do while" loop:
do {
cout << "value of a: " << a << endl;
a = a + 1;
} while( a < 20 );
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
