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: true
Explanation:
it flows faster over the top of the wing because the top is more curved than the bottom of the wing. However
Answer:
Exit velocity
m/s.
Explanation:
Given:
At inlet:

Properties of steam at 100 bar and 600°C

At exit:Lets take exit velocity 
We know that if we know only one property inside the dome then we will find the other property by using steam property table.
Given that dryness or quality of steam at the exit of nozzle is 0.85 and pressure P=80 bar.So from steam table we can find the other properties.
Properties of saturated steam at 80 bar

So the enthalpy of steam at the exit of turbine



Now from first law for open system

In the case of adiabatic nozzle Q=0,W=0

m/s
So Exit velocity
m/s.
The system includes a disk rotating on a frictionless axle and a bit of clay transferring towards it, as proven withinside the determine above.
<h3>What is the
angular momentum?</h3>
The angular momentum of the device earlier than and after the clay sticks can be the same.
Conservation of angular momentum the precept of conservation of angular momentum states that the whole angular momentum is usually conserved.
- Li = Lf where;
- li is the preliminary second of inertia
- If is the very last second of inertia
- wi is the preliminary angular velocity
- wf is the very last angular velocity
- Li is the preliminary angular momentum
- Lf is the very last angular momentum
Thus, the angular momentum of the device earlier than and after the clay sticks can be the same.
Read more about the frictionless :
brainly.com/question/13539944
#SPJ4