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
~395 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Ihteshamullhaq

#include <iostream> using namespace std; main() { int matrix[2][2]; for (int i = 0; i<=2; i++) { for (int j = 0; j<=2; j++) { cout <<"Please Enter matrix "<<i<<"th row and "<<j<<"th Column "; cin >>matrix[i][j]; } } //Display the Matrix for (int i = 0; i <= 2; …

Member Avatar for basit_3
0
123
Member Avatar for Ihteshamullhaq

hello to everyone, Can anyone tell me how to store picture from a specific folder to a matching name. for example if i have 100 customers with a specifc ID, i store 100 picture in my folder with these ID's names. like: ID Customer 1 mike 2 lucy 3 jack …

Member Avatar for ddanbe
0
98
Member Avatar for Ihteshamullhaq

i wantto builda GPA in C# and want to a condtion which chek the value from user input. chek it if it is greater then 70 show A GRADE greater then 50 show B GRADE like and print it and also set is this char type value to switch and …

Member Avatar for Ihteshamullhaq
0
174