Answer:
#include <iostream>
using namespace std;
int main()
{
int inputNumber ;
cout << "Enter an interstate highway number:";
cin >> inputNumber ;
if(inputNumber<=0 || inputNumber >= 1000)
cout << inputNumber << " is not a valid interstate highway number" << endl ;
else{
if(inputNumber > 99){
cout << "I-"<<inputNumber<< " is auxiliary, ";
int temp = inputNumber % 100 ;
cout <<"serving I-"<<temp<<", ";
if(temp%2==0){
cout << "going east/west." << endl;
}
else{
cout << "going north/south." << endl;
}
}
else{
cout << "I-"<<inputNumber<< " is primary, ";
if(inputNumber%2==0){
cout << "going east/west." << endl;
}
else{
cout << "going north/south." << endl;
}
}
}
return 0;
}
Explanation:
- Check if input number is greater than 99, then display that the input number is auxiliary.
-
Check if remainder of input number/2 is equal to 0, then display that going east/west.
Answer:
Explanation:
Using equation of pure torsion

where
T is the applied Torque
is polar moment of inertia of the shaft
t is the shear stress at a distance r from the center
r is distance from center
For a shaft with
Outer Diameter
Inner Diameter

Applying values in the above equation we get
x 
Thus from the equation of torsion we get

Applying values we get

T =829.97Nm
Answer:
Block design test. A block design test is a subtest on many IQ test batteries used as part of assessment of human intelligence. It is thought to tap spatial visualization ability and motor skill.
Explanation:
Umm the Water cycle sorry I’m trying