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.

~5K People Reached
About Me

Make me your friend then you will know about me.

Favorite Forums
Favorite Tags
Member Avatar for noorullah06

QUESTION: A CAR Class Write a class named Car that has the following member variables:  year. An int that holds the car’s model year.  make. A string that holds the make of the car.  speed. An int that holds the car’s current speed. In addition, the class …

Member Avatar for tinstaafl
0
4K
Member Avatar for noorullah06

Hello everyone i am new on this Best community Dani and i am here to learn something new and to share my experience with all of you. Thank you

Member Avatar for Warrens80
0
171
Member Avatar for skyyadav

I have written this code to find the cycle in graph public boolean hasCycle(int i, int[][] mat) { visited[i] = 1; // for( int i = 0; i < numNodes; i++ ) for (int j = 1; j < mat.length; j++) { if (mat[i][j] == 1 && i != j) …

Member Avatar for noorullah06
0
213
Member Avatar for noorullah06