B. Earn less money over time
Over time, the interest is added to the principal, earning more interest. That's the power of compounding interest. If it is not invested, the value of the money erodes over time.
<h2>

</h2>
#include<iostream>
using namespace std;
int main ()
{
float basic, gross, da, hra;
cout<<"Enter basic salary of an employee:";
cin>>basic;
if (basic <25000)
{
da = basic *80/100;
hra = basic *20/100;
}
else if (basic >=25000 & & basic<40000)
{
da = basic *90/100;
hra = basic *25/100;
}
else if (basic>=40000)
{
da = basic *95/100;
hra = basic *30/100;
}
gross = basic + hra + da;
cout<<"\n\t Basic Pay............" <<basic<<endl;
cout<<"\t Dearness Allowance..........." <<da<<endl;
cout<<"\t House Rent Allowance......" <<hra<<endl;
cout<<"\t Gross Salary............." <<gross<<endl;
cout<<"\t - - - - - - - - - - - - - - -" <<endl;
<h2>

</h2>
Enter Basic Salary of an employee : 25000
Basic Pay : 25000
Dearness Allowance : 22500
House Rent Allowance : 6250
Gross Salary : 53750
<h2>

</h2>
<h3>The Expected Output is archived</h3>
Answer: 2, 4, 1, 5, 3
<u>Explanation:</u>
P: Arguments are not arranged in regular order like the one I am used to
Q: I cannot understand ~Q: I can understand
R: I grumble ~R: I do not grumble
S: Get a headache
T: Examples are not easy
Here is the logic order of the given sentences:
2) P
4) P → Q
1) ~Q → ~R
5) ~R → S
3) S → T
∴) T
Answer:
word does not support audio, so its not A, but you can customize them, so its probably C
Explanation: