January 2023 1 10 Report
Pomocy!!! Potrzebne ASAP!!!
Napisz wyjaśnienia do wszystkich instrukcji w poniższym programie:
#include
#include
#include
using namespace std;
int main()
{
int i;
string napis;
char ch;
int Liczniki [26];
for (i=0;i<26; i++) Liczniki [i]=0;
ifstream wejscie ("dane zliczanie.txt");
while (!wejscie.eof())
{

getline (wejscie, napis);
for (i=0;i = 'A' && ch<='Z')
Liczniki [ch-'A'] ++;
}
}
wejscie.close();
for (i=0;i<26;i++)
if (Liczniki [i]>0)
{
cout< }
return 0;
}

Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.