Qtr No. 213, New Town Yehlanka Indore 454775
Smith needs to generate 10 unique bill ids for each of his customers starting from B101. Help him to identify the missing lines of the code to complete the bill id generation.
<?php $total_customer=10; $i=0; $start_value=101; while ( ---------- ) # LINE1 { echo "Bill ID:B".$start_value; ---------------- ; #LINE2 $i+=1; } ?>
LINE 1: $i < $total_customer
LINE 2: $start_value+=$i;
LINE 1: $i < $total_customer
LINE 2: $start_value +=1;
LINE 1: $i <= $total_customer
LINE 2: $start_value +=1;
LINE 1: $i <= $total_customer
LINE 2: $start_value +=$i;
To get all Infosys Certified PHP Associate Exam questions Join Group https://bit.ly/infy_premium_group
We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.
Qtr No. 213, New Town Yehlanka Indore 454775
admin@prepflix.in