C語言試驗報告1_第1頁
C語言試驗報告1_第2頁
C語言試驗報告1_第3頁
C語言試驗報告1_第4頁
全文預覽已結束

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領

文檔簡介

1、程序設計基礎實驗報告姓名郭晟班級17級計算機科學與技術1班學號1706011105實驗名稱實驗1、熟悉實驗環(huán)境實驗時間2017年10月26日成績91實驗目的:1、熟悉C語言運行環(huán)境,了解與使用Visual C+ 6、0集成開發(fā)環(huán)境;2、熟悉Visual C+ 6、0環(huán)境的功能鍵與常用的功能菜單命令;3、熟悉C語言程序的書寫格式與 C語言程序的結構;4、熟悉C語言的上機步驟,以及編輯、編譯與運行一個 C程序的方法;5、熟悉Visual C+ 6、0環(huán)境下的程序調試方法。實驗環(huán)境:1 .所用操彳系統WindowslO2 .所用軟件 Visual c+6、0實驗內容:1、有以下程序:完成程序,要求:

2、依據題目要求,分析已給出的語句,填寫空白。但就是不要增行或刪行,改動程序的 結構。2、1、編寫一個程序,從鍵盤輸入某電視機的價格,再輸出該價格打7折后的價格。分析:必須設計一個實型變量接受從鍵盤輸入的值,輸入、輸出應該有提示。2.輸入一個三位數,然后進行個位與百位的置換,如234 ,轉換成4323、編程求出某學生期末三門課程的總分及平均分。結果保留小數點后一位。4、編寫一個程序,其功能為:從鍵盤上輸入一個浮點數,然后分別輸出該數的整數 部分與小數部分。分析:若輸入的浮點數存入fd變量,則可用強制類型轉換運算符,將輸入的該數的 整數部分取出:zhs=(int)fd;5、編程序計算298秒就是幾分

3、幾秒。提示:設int x=298;再定義兩個變量存放分 八秒值;則:m=x/60;s=x%60;請編一個程序,上機調試并運行。實驗過程及結果記錄:1、#include "stdafx、h”#define K 0、7 int main()float a, b;printf_s( "please input cost price of TV:" );scanf_s( "%f", &a);b = a* K;printf_s( "the current price of TV:" );printf_s( "%f&q

4、uot;, b);return 0;please input cost pric& of TV:5999the current price of TV;4199. 299805請按任意鍵繼續(xù).2、#include "stdafx、h"int main()int a, b, c, d, e, f;printf_s( "please input three figures:" );scanf_s( "%d", &a);b = a / 100;c = a % 100;d = c / 10;e = c % 10;f = e *

5、 100 + d * 10 + b;printf_s( "the new three figures:" );printf_s( "%d", f);return 0; C: WI N DOWSsystem 32cmd.exeplease input three figures:522the new three figures:225請按任意鍵繼續(xù).3、#include "stdafx、h"int main()float a, b, c, d, e;printf s( "please input scores:n"

6、);scanf_s( "%f%f%f", &a, &b, &c);d = a + b + c;e = (a + b + c) / 3;printf_s( "the total scores:" );printf_s("%5 1fn" , d);printf_s("the average scores:");printf_s("%4 1fn" , e);return 0;please input scores:999999|the total scores : 297. 0

7、It he average scores : 99_ 0I請按住意鍵繼續(xù).-4、#include "stdafx、h int main()float a, b;printf( "please input a number:" );scanf_s( "%f", &a);printf_s( "the integer part is:" );printf_s( "%dn", ( int )a);b = a - ( int )a;printf_s( "the decimal part is:&q

8、uot; );printf_s( "%2、1f" , b);return 0; iplease input a number;53. 4fthe integer part is:53the decimal part is:0.4清按任意鍵繼續(xù).5、#include "stdafx、hint main()int x, d, s;x = 298;d = x / 60;s = x % 60;printf_s( "the minnutes is:" );printf_s( "%dn", d);printf_s( "the seconds is:" );printf_s( "%d", s);return 0;C:WI NDOWSs;y£tem 32c md.exethe minnutes is:4he seconds is:58請按任意鍵綱續(xù).實驗總結:1、初步熟悉C語言運行環(huán)境,了解與使用Visual C+ 6、0集成開發(fā)環(huán)境;2、更加熟悉Visual C+ 6、0環(huán)境的功能鍵與常用的功能菜單命令;3、明白C語言程序的書寫格式與C語言程序的結構;4、更加了解了 C語言的上機步驟,以及

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
  • 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論