answersLogoWhite

0

void reflexive(int a[], int sizeOfA, int b[], int sizeOfB) { bool hold = true; for(i = 0; i < sizeOfA && hold; ++i ) { for( int j = 0; j < sizeOfB && hold; ++j ) { int elemA = a[i]; int elemB = b[i]; if(a[i] == b[i]) { hold = true; break; } } if(hold == false) { cout << "Reflexive - No" << endl; break; } } if(hold == true) cout << "Reflexive - Yes" << endl; }

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How to find the equivalence point of a titration?

To find the equivalence point of a titration, you can use an indicator that changes color at the pH of the equivalence point, or use a pH meter to monitor the pH as the titrant is added. The equivalence point is reached when the moles of acid and base are equal, indicating complete neutralization.


How do you Write A program in c language for checking a diagonal matrix?

Write a program in c++ that take input in a integer matrix of size 4*4 and find out if the entered matrix is diagonal or not.


How can one determine how to find the equivalence point in a titration experiment?

To find the equivalence point in a titration experiment, one can use an indicator that changes color at the pH of the equivalence point. Alternatively, a pH meter can be used to monitor the pH of the solution during the titration. The equivalence point is reached when the amount of titrant added is stoichiometrically equivalent to the amount of analyte present.


Write a shell program to find given no is even or odd?

The pseudo code would be as follows (you figure out the syntax) 1) Prompt the user to enter a number 2) If entered number is alpha, quit program after displaying message that the user ended the program. 3) Otherwise, find Modulo 2 of the entered number. This is a fancy way of saying "find the remainder when the number is divided by 2) 4) If Modulo 2 is zero, the number is even, otherwise odd 5) Display message showing if the entered number was Even or Odd 6) Branch back to step 1


What is the significance of the equivalence point in a titration curve and how can one accurately find the equivalence point during a titration process?

The equivalence point in a titration curve is where the amount of titrant added is stoichiometrically equivalent to the amount of analyte present. This point signifies the completion of the reaction. To accurately find the equivalence point during a titration process, one can use an indicator that changes color at or near the equivalence point, or use a pH meter to monitor the pH changes in the solution. Additionally, one can perform a titration with a known concentration of titrant to determine the equivalence point more precisely.


What is the Equivalence of talents to dollars?

nobody knows trying to find out the same thing.


What is a person's ideology?

To find out the relation in between words in a sentence.To find the relation between word and the world.To find out the relation between spoken and written.To find out the relation between thought and its thinker,seer and seen,word and its image and so on.


What methods can be used to find the equivalence point in a titration experiment?

In a titration experiment, the equivalence point can be found using methods such as using a pH meter to detect a sudden change in pH, using an indicator that changes color at the equivalence point, or using a titration curve to identify the point of neutralization.


How do you calculate the half equivalence point in a titration?

To calculate the half equivalence point in a titration, you find the volume of titrant added when half of the analyte has reacted. This is typically done by plotting a titration curve and identifying the point where the amount of titrant added is equal to half of the total amount needed to reach the equivalence point.


How do you find candidate key in a relation?

have sex


How do you find out which Rehab a Friend entered?

Ask the friend.


How do you find a domain and range of a relation given by a set of order pairs?

Describe how to find the domain and range of a relation given by a set of ordered pairs.