zadatak113.

#include <iostream>
#include <cstdlib>
#include <string>
using namespace std;
int main() {
string a;
getline(cin,a);
for(int x=0;x<a.size();x++ )
{ a[x]=tolower(a[x]); }
cout << a << endl;
system(„PAUSE“);
return EXIT_SUCCESS;
}

#include <iostream>
#include <cstdlib>
#include <string>
using namespace std;
int main() {
string a;
getline(cin,a);
for(int x=0;x<a.size();x++ )
{ a[x]=toupper(a[x]); }
cout << a << endl;
system(„PAUSE“);
return EXIT_SUCCESS;
}

Ostavite odgovor

Popunite detalje ispod ili pritisnite na ikonicu da biste se prijavili:

WordPress.com logo

Komentarišete koristeći svoj WordPress.com nalog. Odjavi se /  Promeni )

Fejsbukova fotografija

Komentarišete koristeći svoj Facebook nalog. Odjavi se /  Promeni )

Povezivanje sa %s