Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int main()
- {
- string fjalia = "Kjo eshte nje fjali testuese a";
- unsigned int in;
- int a = 0;
- for (in = 0; in < fjalia.length(); in++)
- {
- if ((char)fjalia[in] == 'a')
- {
- a++;
- }
- }
- cout << "Zanorja A eshte perdorur " << a << " here";
- }
Advertisement
Add Comment
Please, Sign In to add comment