7

while (moreFeatures > 0)
{
doWork ();
reduceFeatureCount ();
clientRequest();
moreFeatures++;
}
return finalPayment;

Comments
Add Comment