Answer:
#include <iostream>
using namespace std;
double DrivingCost(int drivenMiles,double milesPerGallon,double dollarsPerGallon)
{
double dollarsperMile=dollarsPerGallon/milesPerGallon;//calculating dollarsperMile.
return dollarsperMile*drivenMiles;//returning thr driving cost..
}
int main() {
double ans;
int miles;
cout<<"Enter miles"<<endl;
cin>>miles;
ans=DrivingCost(miles,20.0,3.1599);
cout<<ans<<endl;
return 0;
}
Output:-
Enter miles
10
1.57995
Enter miles
50
7.89975
Enter miles
100
15.7995
Explanation:
In the function first I have calculated the dollars per mile and after that I have returned the product of dollarspermile and driven miles.This will give the cost of the Driving.
Access the File<span> menu, choose </span>Info Pane<span> to get to </span>Backstage view, you can see Properties on t<span>he area on the right side </span>of the current PowerPoint presentation. <span>Within the </span>Properties<span> pane click the </span>Show All Properties<span> option , T</span><span>his will displays properties such as </span>Size<span>, the number of </span>Slides<span>, </span>Hidden Slides<span>, the number of </span>Multimedia Clips, etc. Some of the entries are editable w<span>ithin the </span>Properties pane, and some are not. Just move your mouse cursor over any detail of a property. The editable sections will change the cursor into edit mode.
Answer:
That would be your opinion
I think the answer would be C :)
Answer:
Hello Caroline! Generally, the idea is to not deviate from the script. However, there could be reasons to do so. Please refer to my explanation below.
Explanation:
Generally, a support specialist should not deviate from the script. However, there may be times that the user’s problem remains undetermined even after following the script. Therefore, in order to troubleshoot the issue further, the support specialist should involve the next level support or the Software Developers to help. In cases where there is a time-critical function and no developers or next level support are available then the support specialist can deviate from a script. Deviating from a script may introduce untracked actions, further complicate the situation, and/or compromise the integrity of records available in the system.