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.
Answer:
Explanation:
Work, U, is equal to the force times the distance:
U = F · r
Force needed to lift the weight, is equal to the weight: F = W = m · g
so:
U = m · g · r
= 20.4kg · 9.81
· 1.50m
= 35.316 
= 35.316 W
The correct answer
would be d
Iron and carbon
hope this helps
Answer: The United States must lead the space race to prevent future wars.
Explanation: Hope this helps
Answer:
Estimated number of indigenous faults remaining undetected is 6
Explanation:
The maximum likelihood estimate of indigenous faults is given by,
here,
= the number of unseeded faults = 6
= number of seeded faults = 30
= number of seeded faults found = 15
So NF will be calculated as,

And the estimate of faults remaining is
= 12 - 6 = 6