Answer:
Select Mobile & Lightning Actions in the list of element types
Explanation:
Option B is correct Answer.
The boat on the starboard should MAINTAIN ITS COURSE AND SPEED BUT AT THE SAME TIME IT SHOULD BE ALERT. When two power driven vessels are approaching head on, both of the vessels are expected to alter their courses to starboard in order to pass port side to port side. One is expected to give way to the vessel on one's starboard.
Answer: D) All of the above
Explanation:
Pivot chart basically provide the graphical representation of the information and the data in the pivot table of the report. It is also known as associative pivot chart graph report. By using the pivot chart we can easily represent the data in the segments.
It includes all the access that is column, line and pie so that it provide an efficient representation of the numerical data. Pivot chart is one of the important tool that specifically provide analytical data or information.
Answer:
here, hope it helps.
Explanation:
#include<iostream>
using namespace std;
int calculate(int N)
{
int rate=0;
for(int count=1;count<N;count++)
{
if(count<=300)
rate=rate+9;
else if(count<=600)
rate=rate+8;
else if(count<=1000)
rate=rate+6;
else
rate=rate+5;
}
return rate;
}
void main()
{
int costumer[20];
int wats[20];
int rates[20];
int i=0;
cout<<"please enter the information for the costomers below 0 to stop"<<endl;
while (costumer[i-1]!= 0)
{
cout<<"please enter the number of the coustomer "<<endl;
cin>>costumer[i];
if(costumer[i]==0)
break;
cout<<"please enter Kilowatt-hours used for the costumer "<<endl;
cin>>wats[i];
i++;
}
for(int j=0;j<i;j++)
rates[j]=calculate(wats[j]);
for(int j=0;j<i;j++)
{
cout<<" Customer Number Kilowatt-hours used charge"<<endl;
cout<<" "<<costumer[j]<<" "<<wats[j]<<" "<<rates[j]<<endl;
}
}
Answer:
conditioned response
Explanation:
Conditioned response -
It refers to the response about some neutral stimulus , the response can be learned or is naturally adapted by the body .
For example,
The smell of delicious or the sound of the whistle , instantly makes the person hungry , is an example of conditioned response .
Hence , from the given scenario of the question ,
The correct answer is conditioned response .