Question: Identify one issue in the code below: int main(int argc, char** argv){ int a=2; while (a>0){ a=2; } cout Loop complete.

Identify one issue in the code below: int main(int argc, char** argv)\{ int a=2; while (a>0){ a=2; \} cout "Loop complete."
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
