Answer:
"Tempering Process" seems to be the appropriate choice.
Explanation:
- Tempering seems to be a method of heat preparation which is mostly used in completely hard materials to increase consistency, strength, durability, and also some decreasing brittleness.
- The tempering method is used to examine good functionality as well as flexural by reducing stiffness again after the substance has indeed been quenched towards its toughest state.
Answer:
Explanation:
Answer: With crumple zones at the front and back of most cars, they absorb much of the energy (and force) in a crash by folding in on itself much like an accordion. ... As Newton's second law explains force = Mass x Acceleration this delay reduces the force that drivers and passengers feel in a crash.Sep 30, 2020
Answer:
#include <iostream>
#include <string>
#include "user.h"
#include "password.h"
using namespace Authenticate;
using namespace std;
int main()
{
inputUserName();
inputPassword();
cout << "Your username is " << getUserName() <<
" and your password is: " <<
getPassword() << endl;
return 0;
}
user.h:
#ifndef USER_H
#define USER_H
#include <string>
using namespace std;
namespace Authenticate
{
namespace
{
bool isvalid();
}
void inputUserName();
string getUserName();
}
#endif
user.cpp:
#include <iostream>
#include "user.h"
namespace Authenticate
{
string username="";
namespace
{
bool isvalid()
{
if(username.length() == 8)
return true;
else
return false;
}
}
void inputUserName(){
do
{
cout << "Enter your username (8 letters only)" << endl;
cin >> username;
}
while(!isvalid());
}
string getUserName()
{
return username;
}
}
password.h:
#ifndef PASSWORD_h
#define PASSWORD_h
#include <string>
using namespace std;
namespace Authenticate
{
namespace
{
bool isValid();
}
void inputPassword();
string getPassword();
}
#endif
password.cpp:
#include <iostream>
#include <string>
using namespace std;
namespace Authenticate
{
string password="";
namespace
{
bool isValid()
{
if(password.length() >= 8)
{
for(int i=0; i<password.length(); i++)
if(password[i] >= '0' && password[i] <= '9')
return true;
return false;
}
else
return false;
}
}
void inputPassword(){
do
{
cout << "Enter your password (at least 8 characters " <<
"and at leat one non-letter)" << endl;
cin >> password;
}
while(!isValid());
}
string getPassword()
{
return password;
}
}
Answer:
Total no. of ways to line up cars is 20! = 2.43 c 10^18
Probability that the cars alternate is 0.00001 or 0.001%
Explanation:
Since, the position of a car is random.Therefore, number ways in which cars can line up is given as:
<u>No. of ways = 20! = 2.43 x 10^18</u>
For the probability that cars alternate, two groups will be formed, one consisting of US-made 10 cars and other containing 10 foreign made. The number of favorable outcomes for this can be found out as the arrangements of 2! between these groups multiplied by the arrangements of 10! for each group, due to the arrangements among the groups themselves.
Favorable Outcomes = 2! x 10! x 10!
Thus the probability of event will be:
Probability = Favorable Outcomes/Total No. of Ways
Probability = (2! x 10! x 10!)/20!
<u>Probability = 0.00001 = 0.001%</u>
Answer:
The requirement does not meet the feasibility standard.
Explanation:
because the people can just put on the blackbelts