Answer:
insert the disk in the laptop, wait of a minute or 2 and then a folder will open in my PC.
Answer:
b. Discharging; anode; cathode
Explanation:
When discharging , it means the battery is producing a flow electric current, the lithium ions are released from the anode to the cathode which generates the flow of electrons from one side to another. When charging Lithium ions are released by the cathode and received by the anode.
Using an appropriate failure theory, find the factor of safety in each case. State the name of the theory that you are using the theory is max stress theory.
<h3>Wat is the max stress theory?</h3>
The most shear strain concept states that the failure or yielding of a ductile fabric will arise whilst the most shear strain of the fabric equals or exceeds the shear strain fee at yield factor withinside the uniaxial tensile test.”
Stress states at various critical locations are f= 2.662.
Read more about strain:
brainly.com/question/6390757
#SPJ1
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:
engineering that works on building structures.
Explanation: