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:
180 x 60 inches
Width = 60 inches
Length = 180 inches
Explanation:
Given
Let L = Length
W = Width
P = Perimeter
Length = 3 * Width
L = 3W
Perimeter of Brass = 480 inches
P = 480
Perimeter is given as 2(L + W);
So, 2 (L + W) = 480
L + W = 480/2
L + W = 240
Substitute 3W for L; so,
3W + W = 240
4W = 240
W = 240/4
W = 60 inches
L = 3W
L = 3 * 60
L = 180 inches
Answer:
1. You have the courage to help without expecting a reward.
2. Because actions are more eloquent than words. Actions are far more valuable and counted than words, and that's how she inspired me.
3. Doing simple things that can make someone grateful and happy without knowing that someone is inspired and motivated by your good deeds, and also doing some interesting things By.
Explanation:
EPA Regulations provides a certified course for the technicians involved in the Air-conditioning system.
Answer: Option (b)
<u>Explanation:</u>
The EPA regulation has implemented an act called the "Clean Air Act" under the "section of 609".
This act provides some basic requirements for EPA Regulation such as follows;
- Refrigerant: This unit must be approved by EPA Regulations before being implemented into the atmosphere.
- Servicing: This system provides a certified course for technicians in service and also approve them with proper refrigerant equipment.
- Reuse Refrigerants: The use of recycled refrigerants must be properly monitored before it comes in to serve.