Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Sweerpotato
Posts
Comments
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
What do the errors say
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
you just need to substring words
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
you're almost there
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
sorry for cursing
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
and scalpel in the thing you apparently were supposed to
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
just let the professor's framework do whatever the fuck he thought was good
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
you got it my friend
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
That's the pseudo-code, yeah
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
I think that's what your professor's getting at
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
and if you're in that case you can check the substring
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
so you need to implement your if-clause in the consonant space
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
you're going to be interrupted by the consonant if-clause since D is a consonant
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
or you check substring with current index (D) + "ante"
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
because you checked if "D" was present
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
Not really, use substring to follow up on "ante"
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
like if (char.Parse(letter.ToUpper())) == 'D')
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
or 'D'
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
I suppose you're supposed to have an if-clause for 'd'
469 replies
C
C#
•
Created by TheOne1984 on 10/20/2023 in
#help
❔ ✅ :white_check_mark: Trying to have a program read a word in a string and add to a counter
the vowels, consonants and punctuations are a hint
469 replies