Marthin_Luther_Kingვახ, შენ რა გითხარი, ის კაცი გადავრიე, შენი პროგრამები რომ გავუგზავნე, ეხლა დავაკოპირებ და დავდებ მაგის გამოგზავნილ პასუხს. ოღონდ კი ღირსია, ჩემდაუნებურად გამოვიდა, თვითონ მაიძულებდა ბულგარულად მესწავლა, არადა აზრზე არ ვიყავი მაშინ ბულგარულის და მე შევთავაზე ქართულად ჩაგაბარებ გამოცდას მეთქი და პროგრამები მართლა ქართულად არ გამიგზავნია? არც კი დავხედე, ისე დავაკოპირე

))
I have the feeling that someone was helping you or you found some of the problems on the net. In some of the programs there is a strange language in the messages, could you please translate it in English for me?
Here are some comments on the programs:
1) fine
2) fine, language of the message
4) you find biggest element, but not its index.
5) This is introduction to programming, you may not use a vector type.
6) This is introduction to programming, we don’t use a string type. String is defined like this
char myStr[51];
Here is a part of a program:
char myStr[51];
int countOfSpaces = 0;
cout<<"Enter a string"; cin >> myStr;
int len = strlen(myStr);
for( int i = 0; i < len; i++ ){
if( myStr[i] == ' ' ){
countOfSpaces++;
}
}
cout << countOfSpaces <<endl;
7) same as above
8) You should use strcmp()
9) I consider it fine, although look at 6
10) fine
Please, revise the programs according to my comments and send them to me again?
How about the structures?
რას მერჩოდი ტრაქტორო, ჩემთვის ვიწექ, მეძინა.