Answer:
conduction occurs when a substance is heated
Explanation:
Answer:
The world's oldest dress called the Tarkhan Dress is at 5,100 to 5,500 years of age.
Does that help? Or do you need something else? I can change my answer if this is not what you need! :D
Explanation:
Maximum shear stress in the pole is 0.
<u>Explanation:</u>
Given-
Outer diameter = 127 mm
Outer radius,
= 127/2 = 63.5 mm
Inner diameter = 115 mm
Inner radius,
= 115/2 = 57.5 mm
Force, q = 0
Maximum shear stress, τmax = ?
τmax 
If force, q is 0 then τmax is also equal to 0.
Therefore, maximum shear stress in the pole is 0.
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:
Realigning the mirror
Explanation:
mirrors should be aligned to minimize blind spots, not look at the tires.