+ 1
Pig Latin in C
Beginner here. So I tweaked my code to finally run and all tests pass but 3. It’s locked so I can’t see what to fix. If anything, the input and expected output would be incredibly helpful. Any other help is also greatly appreciated. https://code.sololearn.com/c6wuhvTlhjAx/?ref=app
4 Antworten
+ 1
Your 2d array size is just 10 colomn and rows , it restricting to output for large text.
Increse length..
+ 2
Hi, Sennin !
If you input nothing, it outputs "ay". If you input a space, it outputs "n�5� ay ay". Is this correct?
+ 2
Thanks for the input. It ended up being my array was too small. Thanks Jayakrishna. And Per Bratthammar, im sure it wasnt correct, much of my code didnt feel correct. Thanks as well.
0
What's up