Please read the following state diagram, consider the following sequence of event occurrence and choose which is the cor
Posted: Fri Jul 08, 2022 6:38 am
Please read the following state diagram, consider the following sequence of event occurrence and choose which is the correct output? Event sequence: inc. pass, inc. inc. pass, inc. inc. A. abcdeded B. abcdedededed C. abcdee D. abcdeeee inc/print 'e' A S2 entry/print 'd' S1 entry/x=0; print 'a pass[x2]/print 'c' inc/x=x+1 exit/print 'b'