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:
Carpenter's square
Explanation:
The most common hand tool used to measure or set angles with its application extending to setting angles of roofs and rafters. Another name of a Carpenter's square is a framing square.
Other hand tools that are used to measure angles are;
- The combination square that allows a user to set both 90° and 45° angles
- A Bevel that allows users to set any angle they like.
- A Protractor that resembles a bevel but its marks are marked in an arc.
- An electromagnetic angle finder which gives a reading according to the measure of the arms adjusted by the user.
Explanation:
a motorcycle Motor is made out of iron
The corner frequency of this filter in hz is Directly switched the documents to one-of-a-kind Cloud Multi-Regional Storage bucket places in US, EU, and Asia the usage of APIs over HTTP(S).
<h3>What is Multi-Regional Storage?</h3>
It is geo-redundant, this means that Cloud Storage shops your information redundantly in as a minimum geographic location separated via way of means of as a minimum one hundred miles in the multi-local vicinity of the bucket.
Multi-Regional Storage is suitable for storing information this is often accessed ("hot" objects), along with serving internet site content, interactive workloads, or information helping cell and gaming applications. Multi-Regional Storage information has the maximum availability as compared to different garage classes.
Read more about the amplitude:
brainly.com/question/413740
#SPJ1