Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
1 Posted Topic
I fixeed the errors, the program outputs a grid now and asks user to enter words but does not output if it exists in the grid or not.  #include <iostream> #include <stdio.h> #include <math.h> #include <stdlib.h> using namespace std; int n; char grid [10] [10]; int z; int j; …
The End.
Urfa_2