c,,实验报告答案.docVIP

  • 28
  • 0
  • 约5.56千字
  • 约 11页
  • 2018-10-25 发布于江苏
  • 举报
精品学习资料范文 c,,实验报告答案 篇一:西南交大2014-2015各次C++上机实验报告答案(全) 2014-2015各次C++上机实验报告答案(全) 实验①实验报告 一、实验目的 1.熟悉Visual studio 6.0集成开发环境; 2.学习新建和打开控制台应用程序的方法; 3.通过运行示例程序了解程序开发过程; 二、实验任务 1.新建源程序文件,编辑以下程序,编译,链接,得出运行结果,并保存程序: #include iostream using namespace std; void main( ) { cout a endl;/*输出语句*/ cout \141 endl; cout \x61 endl; } 2.新建源程序文件,编辑以下程序,编译,链接,运行,输入36和64,得出运行结果,并保存程序: #include iostream using namespace std; int main() { float num1,num2,sum; cout Enter first number: /*输出语句*/ cin num1; /*输入语句*/ cout Enter second numbe

文档评论(0)

1亿VIP精品文档

相关文档