A Pascal program that will prompt the user to enter the radius of a circle is as here as follows.
<h3>How is the circumference of a circle programmed? </h3>
The circumference of a circle can easily be calculated with the following formula. Circumference = 2*pi*r where r is the radius of the circle and the value of pi = 3.1415.
int main() { int rad;
swimmers PI=3.14, area, ci; printf("\nEnter radius of circle: ");
scanf("%d", andrad); area = PI * rad * rad;
printf("\nArea of circle : %f ", area); ci = 2 * PI * rad;
there will be a small picture of a paper clip under your question you click that and you will be able do transfer pictures that you have downloaded. hope this helps!
It is a computer aided technique of searching and evaluating a bulk of data in order to obtain useful information.
This technique searches through the data to find hidden patterns and uses statistical methods to find relationship among data for finding predictive information and for classification of data.
This is a mixture of different disciplines which include machine learning, statistics and artificial intelligence and also some mathematical methods.
Often the useful information is extracted from enormous database using modeling technique which is used to build a model from instances of the data where the solution is known and later apply this model on the instances where the solution is unknown.
In unsupervised data mining, the data analysis is not done by using modeling technique. In other words the labels are provided in order not draw inferences and prediction from data sets. Example is clustering.
In supervised data mining the model is developed to make inferences and classification. Example is neural networks.
For example data mining is used in Medicine industry to provide more accurate diagnostics and treatments on the basis of patient's medical history , physical examination or different patient tests data.
Data mining also makes it possible to manage health resources more efficiently and cost-effectively by detecting risks, predicting diseases in certain sections of the population or predicting hospitalization duration.