Computer Science, asked by anjalikandola7, 3 days ago

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 MohammadFaridJamal
0

Answer:

1. A=int (input ("Enter"))

B=int (input ("Enter"))

X=Min (A, B)

print (X)

Answered by βαbγGυrl
0

Answer:

A=int (input ("Enter"))  

B=int (input ("Enter"))  

X=Min (A, B)  

print (X)

Similar questions