Feeds
已回答
Switch Statements for detecting the sign of a number
n=input('enter the number') switch true case n<0 disp('negative number') case n>0 disp('positive nu...
Switch Statements for detecting the sign of a number
n=input('enter the number') switch true case n<0 disp('negative number') case n>0 disp('positive nu...
1 year 前 | 0
