Cloudera Interview Question

Given the sequence of if-else conditions convert the code into a possible switch case.

Interview Answer

Anonymous

Dec 21, 2019

We were asked to write all code in python. python natively doesn't support switch case used switcher instead.