-
120.
0amk dönem ortası ne finali
-
119.
0oooo adam programı aldı kaçtı fikir hırsızı züt veren
-
118.
0totoş orda mısın parayı yolla :P
-
117.
0hesap numaranı söyle havale yapayım. binlik yapma ama 75 i yolla
-
116.
0using namespace std;
1. include <iomanip>
2. include <ctime>
const int NUM_GRADES = 10;
const int NUM_STUDENTS = 3;
int findHighest (int []);
int findLowest (int []);
void printDatabase(const int [][NUM_GRADES], const char [] [20]);
int main()
{
int student1[ NUM_GRADES ] = {56,67,83,81,70,84,94,64,68,86};
int student2[ NUM_GRADES ] = {76,89,81,42,66,93,104,91,71,85};
int student3[ NUM_GRADES ] = {65,69,91,89,82,93,72,76,79,99};
char studentNames [NUM_STUDENTS ] [5] = {"Bob", "John", "Joe"};
int database [ NUM_GRADES ][NUM_STUDENTS ];
int i = 0;
srand( time (0));
for (i=1; i < NUM_GRADES; i++)
student1[ NUM_GRADES ] = rand() % 50 + 50; //
for (i=0; i < NUM_GRADES; i++)
{
database[ 0 ] [ i ] = student1[ i ];
database[ 1 ] [ i ] = student2[ i ];
database[ 2 ] [ i ] = student3[ i ];
}
printDatabase (database , studentNames);
for (i=0; i < NUM_STUDENTS; i++)
{
cout << studentNames << "'s highest grade is: " << findHighest (student1) << endl
<< studentNames << "'s lowest grade is: " << findLowest (database [ i ]) << endl;
}
return 0;
}
int findHighest (int a[])
{
int highest = a[ 0 ];
for ( int i = 1; i <= NUM_GRADES; i++)
{if (a[ i ] > highest )
highest = a[ i ];
}
return highest;
}
int findLowest (int a[] )
{
int lowest = a[ 0 ] ;
for ( int i = 1; i <= NUM_GRADES; i++)
if (a[ i ] < lowest )
lowest = a[ i ];
return lowest;
}
void printDatabase(const int a[][ NUM_GRADES ], char studentNames[] [ 20 ] )
{
cout << "Here is the grade databasenn" << setw(10) << "Name";
{
for (int n = 1; n <= NUM_STUDENTS; n++)
{
cout << setw( 4 ) << n;
cout << endl;
}
for (int i = 0; i < NUM_STUDENTS; i++)
{
cout << setw (10) << studentNames[ i ];
for (int j = 0; j < NUM_GRADES; j++)
cout << setw ( 4 ) << a[ i] [j];
cout << endl;
}
cout << endl;
}
//system("pause");
}
al olum düzelttim -
115.
0#include <iostream>
3. include <cstring>
using namespace std;
class human{
private:
int id;
char name[20];
float weight;
int age;
public:
void setid(int id1){
id = id1;
}
void setname(char* name1){
strcpy(name, name1);
}
void setweight(float weight1){
weight = weight1;
}
void setage(int age1){
age = age1;
}
int getage(){
return age;
}
float getweight(){
return weight;
}
char* getname(){
return name;
}
int getid(){
return id;
}
};
int main(){
human human1;
human1.setname("ali");
human1.setid(120);
human1.setweight(60.5);
human1.setage(30);
cout << "human1s name is "<< human1.getname() << endl;
cout << "human1s age is "<< human1.getage() << endl;
cout << "human1s id is "<< human1.getid() << endl;
cout << "human1s weight is "<< human1.getweight() << endl;
cin.get();
cin.get();
return 0;
}
şunları düzgünce ayarla orda senden ıstenılen sekılde heralde onuda yaparsın.
/*
//case 1 - interchange
date(){
cout<< "enter day month year" << endl;
cin >> day >> month >> year;
}
*/
//case 2 - interchange
şu şekil case leri unutma
class ı boyle olustur sora cagır calıstır. -
114.
0aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-
113.
0aaaaaaaaaaaaaaaaaaa
-
112.
0aaaaaaaaaaaaaaaaaaaaaa
-
111.
0aaaaaaaaaaaaaaaaaaaaaaaa
-
110.
0ssssssssssssssssssssss
-
109.
0up up up up u pu p up
-
108.
0up up up u pu pu p
-
107.
0up up u pu pu pu pu p
-
106.
0siğdi var siğdi var siğdi var program var oyun var miki var
-
105.
0up up up up up up
-
104.
0soru2 deki hatalar mı düzeltilsin istiyon?
-
103.
0ap as
-
102.
0aaaaaaaaaaaaas
-
101.
0var ama vermem aq
-
ccc rammstein ccc günaydın diler 03 12 2024
-
her sey icin gec oldu
-
itiraf ediyorum zafer erginin ölmesini istiyorum
-
hayat artıgı ne haberr dostuum
-
sana arkadan versem
-
bataniyeyi enine sermişim ustume
-
bu millet alemin krali denen diziye
-
kamyoncu abi uludag sozluk ne oldu
-
adli suçlar için 4 şahit isteniyor ya
-
hüsnü bey amca dizisi tanıtımı 20 mayıs 1995
-
protect me and guide me allahu allahh
-
salako neden filmin sonunda
-
yedi yirmi dört sinirli olmak
-
beyler balili sevgilim meğer beni aldatıyormuş
-
serkan inci olmak isterdim çünküü
-
oh to your love and mercy allahu allahh
-
deliğikanlı memati
-
zafer ergin usta splinter gibi bir şey miydi
-
gecenin son basligini olamaz
-
tyler 1 dkalığınada olsa seni sevmiştim ama hemen
-
fenerin formasının arkasındaki ad kısmı değişmeli
-
fenerli olmak utanılcak bişey
-
aylık 45 bin lira maaşım var ama
-
bu fotoraf tıpkı kürdistan gibi ikiside yok
-
kamyancu abi incidekiler demli dhli
-
eskiden et fabrikasında çalıştım anlatıyorumm
-
babaniz gibi size her dk ilgi
-
kapım açık hala sana
-
bayhanın yeni imajı nasıl olmuş
-
inciciler size bu müstehak
- / 3