photo

waqas khosa


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


a=input('enter number'); b=input('enter number'); c=input('enter operator'); switch c case'+' disp(a+b); case'-' disp(a-b); end
a=input('enter number'); b=input('enter number'); c=input('enter operator'); switch c case'+' disp(a+b); ...

9 years ago | 2 answers | 0

2

answers