Solve the following problems using c programming: (A) Input: You must take two sets like A and B with a minimum of 3 elements (arbitrary) in each set. Output: Program will have to give us the following six results: 1. The numbers of relations. 2. The number of reflexive Relations. 3. The number of symmetric Relations. 4. The Number of relation both symmetric and antisymmetric, 5. The number of antisymmetric relations, 6. The number of relations that are both reflexive and symmetric.
Answers
Answered by
0
Answer:
1. A=int (input ("Enter"))
B=int (input ("Enter"))
X=Min (A, B)
print (X)
Answered by
0
Answer:
A=int (input ("Enter"))
B=int (input ("Enter"))
X=Min (A, B)
print (X)
Similar questions
Chemistry,
1 day ago
Math,
3 days ago
English,
3 days ago
Math,
8 months ago
Social Sciences,
8 months ago