What is the sum after the following loop


What is the sum after the following loop terminates? int sum=0 int ittem =0 do { item++; if(sum>=4)continue; } while(item<5); CHOICES: A. 18 B. 17 C. 15 D. 16

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: What is the sum after the following loop
Reference No:- TGS0570986

Expected delivery within 24 Hours