how would you fix your program to find the number of different letters in the alphabet? the number will be from 1-26 inclusive. also, if the letter occurs more than once, than we don't count it i need help!!!
how about for all the letters in a word and not just a specific nr. for example, if I insert the word 'food', then the output should be(f = 1, o=2, d=1).
why you can use the keyword ' string ' when you don't include the lib #include as i known , we can only use getline() when we declare the #include can someone explain this to me?
+BeginnerPrograms hi ,what if you want to search for word not letter would be the same line of code you wrote sentence[i]==searching)?? thank you in advance
how would you fix your program to find the number of different letters in the alphabet? the number will be from 1-26 inclusive. also, if the letter occurs more than once, than we don't count it
i need help!!!
Thanks man. This really helped with my homework. You are a life saver!
OH MY GOD THANK YOU SO MUCH THIS WAS IN MY ICT PROJECT THANK YOUUUUUU
how can I make the program to count the caps lock letters??
Thanks man you save my program...
Thank you so much this helped a lot!
without using namespace std?
im using only the stdio.h and string.h
how about for all the letters in a word and not just a specific nr. for example, if I insert the word 'food', then the output should be(f = 1, o=2, d=1).
How could this be done with a while loop? I try to format it in the way for the while loop, but I encounter many errors.
why you can use the keyword ' string ' when you don't include the lib #include
as i known , we can only use getline() when we declare the #include
can someone explain this to me?
Brian Gacha Senpai it’s actually coming from the iostream library which I included
How would you do this with a map?
Thank you so much sir!!
thanks, a life saver here.
When i literally copy the program i still get errors........
WTF
are putting
using namespace std;
before "int main()"?
That was not the problem. But i fixed it anyways. thanks
LOL this is always me
Thank u so much, you’re the best
How can you do this with list ?
Is it posible also with *?
Love you sir you r brilliant i appreciate ur work ;-)
anybody know how to do this in python
how about in java?
which ide you are using
code blocks
Thx
+BeginnerPrograms
hi ,what if you want to search for word not letter would be the same line of code you wrote sentence[i]==searching)??
thank you in advance
Am am getting 23 as number of times a appears
I constantly get "Cout was not declared in this scope"
Could this be due to my anti-virus ?
vera level bro tks
how do you do this for a whole word??
+Romana Gallardo u dont use a char u will need to use a string for that instead of a char