Answer:
B) a local cable company
Explanation:
A local cable company provides communication services using underground cables. Service offed by a cable company includes televisions, internet connectivity, and telephone services. Such a company needs communication equipment to facilitate signal and message transmission.
Damien repairs communication equipment. He probably works for a local cable company.
Answer:
B) C and D
- C. Whole life insurance
- D. Annuities
Explanation:
Anti-Money Laundering (AML) regulations identified the following insurance products as covered products:
- Permanent life insurance policy, other than a group and term life insurance policy
- An annuity contract, other than a group annuity contract
- Any other insurance product with features of cash value or investment.
The AML's main goal is detect and stop terrorist financing.
The launch campaign for the iPad started about two months before the iPad was schedule to beout on sale. This waiting period caused a huge buzz because everyone wanted to get their handson the iPad. The advertising the product was built up on teaser advertisements. Value propositionis a promise made by the company and belief of the customers regarding the value obtained fromthe product. The values perceived for the iPad was an electronic object that can be used forthings like work, listening to music, games, emails, and you can take it anywhere. So when itcould to the iPhone Apple launches the campaign the same way with a waiting period to create abuzz and teaser advertisements to get attentions. The values perceived for the iPhone is a littlemore than the iPad because it is an electronic object you can text, call, search the web with yourphones plans data and without Wi-Fi, but also be used for things like work, listening to music,games, emails, and you can take it anywhere.
Explanation:
Incomplete question. However, i infer you want to know what the annual net income implies.
Thus, itis important you know that the annual net income is calculated after taxes are deducted from the total salary one earns in a year's. So to determine the value, you need to know the total taxes for the year.
Answer:
//algorithm for ATM money withdrawal
Algorithm: Algorithm for cash withdrawals from ATM.
Input: withdraw_amount
Output: amount+service_charges.
Algorithm:
step 1:
balance =account balance.
withdraw_amount = (Get input from user)
step 2:
if(withdraw_amount>400)
then, print "maximum limit exceeds"
step 3:
if(withdraw_amout<1)
then, print "enter a valid amount"
step 4:
if(withdraw_amount>balance)
then, print "insufficient balance.. withdraw money $30 as service charges "
step 5:
if(withdraw_amount<400 && withdraw_amount<balance)
if(withdraw_amount>200)
service_charge=withdraw_amount*(3/100)
print " Your cash is dispensed... total amount withdrawn +service_charges 30% (withdraw_amount +service_charge) "