第3章-源程序代码.docVIP

  • 0
  • 0
  • 约6.41千字
  • 约 5页
  • 2021-04-10 发布于四川
  • 举报
PAGE PAGE 5 第3章 选择结构程序设计 P75 【例3-5】的源程序 # include stdio.h main( ) { int x , y ; printf(Please input a number (int): ) ; scanf(%d , x ) ; y = x ; if ( y 0 ) y = -y ; printf( \n x = %d y = %d \n , x , y ) ; } P75 【例3-6】的源程序 程序1: # include stdi

文档评论(0)

1亿VIP精品文档

相关文档