Answer:
#include <stdio.h> // header file inclusion
int main() // main function declaration
{
int number,product=0; // variable declaration
while(product<100) // while loop
{
scanf("%d",&number); // input a number
product= number*10; // multiply the number by product
printf("%d\n",product); // print the value of product
}
return 0; // return statement
}
Output:
- If the user enter 10 then the loop terminates for the first time and the output is 100.
- If the user enter 5,10 then the loop executes in 2 times and the output is 50 and 100.
Explanation:
- Firstly there is an inclusion of header file which understands the meaning of printf() and scanf() function.
- Then there is the main() function definition
- Then we declare a two-variable (number and product) of integer type.
- Then we define a while loop and check the condition that product value is less than 100 or not.
- Then we take input and multiply by 10.
- Then we assign the value in the product and print the product value.
A document that allows an individual or an organization to use a designated location for a project or other activity is a Permit.
This type of document is also called Location Permit, Protest Permit, Filming Permit, e.t.c. The specific name that is given to such permits can be influenced by the type of project or activity being executed and the agency granting such a license.
In most countries, government agencies, or councils are responsible for accepting, screening and approving, or disapproving applications for such permits.
Application for Project location permits may be denied if the project or activity that has been planned to be executed is unlawful or might constitute a hazard to the human or non-human community in such location.
In some cases, the requirements to be fulfilled besides putting in an application or a location permit, one may be required to pay fees and take up certain insurances.
Learn more about permits at the following link:
brainly.com/question/20417242
Answer:
Hashing can be termed as the alteration of a string of characters into a frequently smaller fixed-length value or key that represents the original string.
Explanation:
Hashing are utilized to catalog and recover digital items in a database since it is quicker to find the item using the shorter hashed key than finding the items using the original value.
Answer:
Best: 1 or 4
Worst: 3
Explanation:
I'm not sure if number one is imply to ask your coworker to explain it or actually help with the workload. I think 4 would be the right answer because that is what they are there for and you don't want to distract your coworkers.
Answer:
The answer to this question is the fuel filter.
Explanation:
A fuel filter is used in the fuel-line. It absorbs the dirt and corrosion particles from the fuel. This filter usually made up of cartridges comprising filter paper. Fuel filters will generally need to replaced once a year to three years and a replacement cost of this filter between $53 and $165.you can also order this by itself for between $14 and $60. When an engine delaying under strain. We find that the engine is losing power under hard hastening or stopping an abrupt approach. It may be a bad fuel filter
.So we must change the fuel filter.