Math, asked by sahdarpanlal, 11 months ago

Init 2 equable shapes

Answers

Answered by sangitakri123
0

Answer:

Input : X[] = {0, 5, 0}

Y[] = {0, 0, 12}

Output : Equable Shape

Input : X[] = {0, 4, 4, 0}

Y[] = {0, 0, 4, 4}

Output : Equable Shape

Input: X[] = {0, 6, 6, 0}

Y[] = {0, 0, 4, 4}

Output: Not Equable Shape

Similar questions