It’s D. This is because having oil changes often, makes the care for your car better. I hope this helps.
Answer:
pls put a question not random letters
Explanation:
Answer:
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
int main ()
{
// Variable declaration
string name;
int numQuestions;
int numCorrect;
double percentage;
//Prompt to enter student's first and last name
cout<<"Enter student's first and last name";
cin>>name; // this line accepts input for variable name
cout<<"Number of question on test"; //Prompt to enter number of questions on test
cin>> numQuestions; //This line accepts Input for Variable numQuestions
cout<<"Number of answers student got correct: "; // Prompt to enter number of correct answers
cin>>numCorrect; //Enter number of correct answers
percentage = numCorrect * 100 / numQuestions; // calculate percentage
cout<<name<<" "<<percentage<<"%"; // print
return 0;
}
Explanation:
The code above calculates the percentage of a student's score in a certain test.
The code is extracted from the Question and completed after extraction.
It's written in C++ programming language
Answer:
The atmospheric pressure in atm=0.885 atm
Explanation:
Given that
Local pressure (h)= 30 ft of water height ( 1 ft= 0.3048 m)
We know that pressure in given by
P=ρgh
We know that ρ of water is 1000
So pressure
P=1000(9.81)(9.144)
We know that 1000 Pa=0.00986 atm
So P=0.885 atm
The atmospheric pressure in atm=0.885 atm
er:
Explanation:Technician A says that primary vibration is created by slight differences in the inertia of the pistons between top dead center and bottom dead center. Technician B says that secondary vibration is a strong low-frequency vibration caused by the movement of the piston traveling up and down the cylinder. Who is correct? O A. Neither Technician A nor B OB. Technician B O C. Both Technicians A and B D. Technician A