Being direct I think because Enrique’s boss is being direct about his work and making sure he does his job. The other options don’t sound right
Answer:
<em>The function is written in C++</em>
void calc_discount(double amount,bool member)
{
double discount;
if(member)
{
discount = amount - 0.10 * amount - 0.05 * amount;
}
else
{
discount = amount - 0.05 * amount;
}
cout<<"Discount = "<<discount;
}
Explanation:
<em>I've included the full source code (including the main method) as an attachment where I use comments as explanations</em>
1. Is the predefined appearance of a slide
Answer:
Explanation:
1. entry title - name of the posting
2. permalink - place where a blog posting is located
3. entry date - when the posting became available
4. comment - allows users to add to the conversation