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 #107.65K
~813 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for shopnobhumi

you closed the i loop and then started the j loop. your program should actually look like this: i tested it: //you closed the i loop and then started the j loop. your program should actually look like this: i tested it: #include <iostream> using namespace std; int main() { …

Member Avatar for kavita_gunaji
0
813

The End.