so for some reason when i get to the point of starting to use the void and printintro for some strange reason it does not read the first word i imput and the second one does… any help here pls
Any reason you have
int main(int number)
?
Though your problem is because of line 16. You’re giving a string into guess and then using getline. And the comes with problems as explained here