Answer:
#include<iostream>
using namespace std;
int main()
{
int i, sum = 0, sqSum = 0, firstNum = 1, secondNum = 0;
char ch;
while (!(firstNum < secondNum))
{
cout << "Enter starting number: ";
cin >> firstNum;
cout<<"Enter ending number(must be > startingNumber): ";
cin >> secondNum;
}
i = firstNum;
cout << "The odd numbers between " << firstNum
<< " and " << secondNum << " are:\n";
while (i <= secondNum)
{
if (i % 2 == 0)
sum = sum + i;
else
{
cout << i << " ";
sqSum = sqSum + i * i;
}
i++;
}
cout << "\n\nThe sum of the even numbers is:"
<< sum << endl << endl;
cout << "The sum of squares the odd numbers is:"
<< sqSum << endl;
i = 1;
cout << "\nNumber Square\n";
while (i <= 10)
{
cout << " " << i << "\t " << i * i << endl;
i++;
}
system("pause");
return 0;
}
Answer:
Explanation:
Given that :
Nominal size (d) = 34 mm ,
specification : Medium drive fit .
Outside diameter (d) =45 mm
Length (l) = 50 mm
Material Specification : AISI 1020 CD steel
Tensile strength = 700 MPa
Yield strength = 600 MPa
Yield strength of steel =390 MPa
See attachment for the explanation
It is a inference because there isn’t any facts stated
Answer:
well, depend if theres a stop sign or a light signal..you can always just honk at him/her so they proceed
Explanation:
but otherwise, the answer would be
A: stop and proceed when safe
<em><u></u></em>
<em><u>Hope this helped! Have a nice day, and feel free to follow me on insta (leo_g_rios)</u></em>
<em><u>-XxDeathshotxX</u></em>