需要准备的材料分别有:电脑、C语言编译器。
1、首先,打开C语言编译器,新建一个初始.cpp文件,例如:test.cpp。
2、在test.cpp文件中,输入C语言代码:int a = -1024printf("%d", -a)。
3、编译器运行test.cpp文件,此时成功把负数转化为正数进行了输出。
'这个很简单啊,大于0正数,小于0负数,=0那就是0了。on error resume next
n=inputbox("请输入一个数:","提示")
if n=false then wscript.quit
if n<0 then
if err then
msgbox "输入错误":err.claer:wscript.quit
end if
msgbox "负数"
elseif n>0 then msgbox "正数"
else msgbox "零"
end if
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)