10 tane rastgele numara alıyor bunları array de depoluyor ve sayıları ekrana yazdıyor karşılarınada o sayı kadar X karakterini basıyor bir nevi histogram oluşturuyor.
#include <stdio.h>
#include <stdlib.h>
main()
{
int a[10],x;
printf(“Element Value Histogram
“);
randomize();
for(int i=0;i<10;i++)
{
x=1+rand()%19;
a[i]=x;
printf(“%i %i “,i,a[i]);
for(int z=1;z<=x;z++)
{
printf(“X”);
}
printf(”
“);
}
}
ÖZELLİKLER: Boyut: 28x8x6 cm Ağırlık: 850gr Ekran: Yok Devre sayısı: 30 Konuşma süresi: 35 dakika…
There are two kinds of questions: yes or no questions and wh- questions. You ask…
A positive sentence tells you that something is so. A sentence that tells you something…
Use the base form of a verb to give commands or make direct requests. This…
A sentence is a group of words that expresses a complete thought. A sentence must…
An interjection is a word that expresses a sudden, strong feeling such as surprise, pain,…