1. Write an if-elsif-else statement to print "I am a Science graduate" if stream is science "I am a Commerce graduate" if stream is commerce "I am an Arts graduate" if stream is neither science or commerce. 2. Re-write the previous assignment using switch statement.