开放大学在线学习搜题
当前位置:首页 > 学习题库 > C程序设计语言

问题

用switch编程实现:        -1   (x<0)    y=  0    (x=0)        1    (x>0)

发布时间:2025-09-07   作者:形考任务   浏览:0

switch编程实现:

       -1   (x<0)

   y=  0    (x=0)

       1    (x>0)