Answer is
(B)
Helping a customer by answering a question whether on the phone of face to face is an example of soft skills. Such skills are developed through Effective communication, better listening skills,
positivity, assertiveness, empathy, conflict resolution, and depersonalization.
<span>Basically,
if you have these skills when handling a customer, what they will remember is
what they felt about your service.</span>
Answer:
#include <iostream>
#include<iomanip>
using namespace std;
int main()
{
double caffeineMg;
cin>>caffeineMg;
cout<<"After 6 hours: "<<fixed<<setprecision(2)<<caffeineMg/2.0<<" mg\n";
cout<<"After 12 hours: "<<fixed<<setprecision(2)<<caffeineMg/4.0<<" mg\n";
cout<<"After 24 hours: "<<fixed<<setprecision(2)<<caffeineMg/8.0<<" mg\n";
return 0;
}
Explanation:
- Take the caffeine as input from user.
- Calculate by dividing this value with relevant half life.
- Use setprecision(2) to display 2 digits after decimal point.
It happened because the window files on that users pc are corrupted and deleted so the user needs to reinstall the windows and then after he should be able to remove that file from his PC.
If the above thing didn't work, follow the following steps.
- Click the start button ,type in cmd then it will show you a command prompt program icon, right click on that and open it by using the administrator rights. Once the program opened then type in chkdsk /f and hit Enter to automatically scan your computer for any corrupted files/ folders upon the restart of the computer.
This will be definitely helpful for you.