Posts
 
Reputation
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
~561 People Reached
Favorite Forums
Favorite Tags
c++ x 2

1 Posted Topic

Member Avatar for Urfa2

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. ![image1.png](/attachments/large/4/f9ccb7365e65bc755628897b21b8315d.png) #include <iostream> #include <stdio.h> #include <math.h> #include <stdlib.h> using namespace std; int n; char grid [10] [10]; int z; int j; …

Member Avatar for Urfa_2
0
561

The End.