Answer:
//Program was implemented using C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
unsigned int second_a(unsigned int n)
{
int r,sum=0,temp;
int first;
for(int i= 1; I<=n; i++)
{
first = n;
//Check if first digit is 3
// Remove last digit from number till only one digit is left
while(first >= 10)
{
first = first / 10;
}
if(first == 3) // if first digit is 3
{
//Check if n is palindrome
temp=n; // save the value of n in a temporary Variable
while(n>0)
{
r=n%10; //getting remainder
sum=(sum*10)+r;
n=n/10;
}
if(temp==sum)
cout<<n<<" is a palindrome";
else
cout<<n<<" is not a palindrome";
}
}
}
Explanation:
The above code segments is a functional program that checks if a number that starts with digit 3 is Palindromic or not.
The program was coded using C++ programming language.
The main method of the program is omitted.
Comments were used for explanatory purpose.
Row choice the cost of roadway improvements to the developer and functional the amount of trafficBeing generated by the theater as well as the Ralph’s ladies
Answer:
critical stress required for the propagation is 27.396615 × N/m²
Explanation:
given data
specific surface energy = 0.90 J/m²
modulus of elasticity E = 393 GPa = 393 × N/m²
internal crack length = 0.6 mm
to find out
critical stress required for the propagation
solution
we will apply here critical stress formula for propagation of internal crack
( σc ) = .....................1
here E is modulus of elasticity and γs is specific surface energy and a is half length of crack i.e 0.3 mm = 0.3 × m
so now put value in equation 1 we get
( σc ) =
( σc ) =
( σc ) = 27.396615 × N/m²
so critical stress required for the propagation is 27.396615 × N/m²
Answer:
Distributes a floor load or weight
Explanation: