question archive Write a grammar for the following string and also perform predictive parsing by using the constructed grammar
Subject:Computer SciencePrice: Bought3
Write a grammar for the following string and also perform predictive parsing by using the constructed
grammar. "while (k<=n) {sum = sum+k; k=k+1; }"