实验报告实验一.doc
《实验报告实验一.doc》由会员分享,可在线阅读,更多相关《实验报告实验一.doc(5页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、实验报告实验一【实验名称】 实验1 程序设计根底 【实验目的】 1、学习和掌握程序的根本构造。2、学习和掌握程序的根本开发过程和方法。3、学习和掌握程序设计的根本开发步骤。4、学习和掌握程序的根本输入、输出方法。5、学习和掌握程序设计的根本技.【实验日期和时间记录】20_.4.18-20_.4.26 1.创立、编译和执行 Wele.。【 实验预习】 练习利用 输出简单语句。【实验过程及结果记录】 public class Wele public static void main(String args) System.out.println(“Wlee to !”); 2、财务应用程序:工资单
2、编写程序,读入工资根本信息并 打印工资单。编写两种版本的程序,依次使用控制台实现输入输出和 GUI 实现输入输出。运行效果可参见图 1 和图 2。【实验预习】 练习 GUI 输入输出,键盘输入,存在一个变量里面,整体输出。【实验过程及结果记录】 控制台界面 /_(#)puteAndShowSolary. _author _version 1.00 20_/4/12 _/ import .util.Scanner;/ public class puteAndShowSolary public static void main(String args) /input section System.
3、out.print(“Enter employees name:”);/Promt the user to enter a name Scanner input= new Scanner(System.in); String name=input.ne_tLine;/input the name System.out.print(“Enter number of hours worked in a week:”);/Promt the user to enter number of hours double workhour=input.ne_tDouble;/input the hour S
4、ystem.out.print(“Enter hourly pay rate:”);/Promt the user to enter the rate double payrate=input.ne_tDouble;/input the rate System.out.print(“Enter federal ta_ Withholding rate:”);/Promt the user to enter the federal ta_ rate double federalrate=input.ne_tDouble;/input the federal ta_ rate System.out
5、.print(“Enter state ta_ Withholding rate:”);/promt the user to enter the state ta_ rate double staterate=input.ne_tDouble;/inout the state ta_ rate /output section System.out.println(“ 雇员姓名: ”+name);/output employees name System.out.println(“ 工 作 小 时 数 : ”+workhour);/output hours worked System.out.p
6、rintln(“ 每 小 时 工 资 数 : ”+“$”+payrate);/output pay rate System.out.println(“ 工 资 总 收 入 : ”+“$”+payrate_workhour);/output payrate System.out.println(“ 所 纳 税 款 :”);/output Deductions System.out.println(“ 联 邦 税”+“(”+federalrate_100+“”+“)”+“: ”+“$”+workhour_payrate_federalrate); System.out.println(“ 州 税”
7、+“(”+staterate_100+“”+“)”+“: ”+“$”+workhour_payrate_staterate); System.out.printf(“总纳税: ”+“$”); System.out.printf(“.2fn”,workhour_payrate_(0.2+0.09); System.out.printf(“净收入: ”+“$”); System.out.printf(“.2f”,workhour_payrate_(1.0-0.2-0.09); GUI 界面 /_(#)puteAndShowSolaryWithGUI. _author _version 1.00 2
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 实验 报告
限制150内