CSE 1340 Program 1.doc

  1. 1、本文档共2页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
CSE 1340 Program 1 Overview Welcome to CSE 1340 Lab. In this first week of Lab, we will introduce you to several new pieces of software that you will be using for this class. Additionally, we will write a very simple Java program to get the programming gears turning. Objective Understand the programming guidelines for commenting and indentation Edit, compile and run a sample java program Submit your work using blackboard Programming Guidelines Read and print the programming guidelines - /cse/1340/pguide.doc Sample program Edit, Compile and Run the following sample program using Java’s command line interface. Upload your completed .java file and .class file to your program1 assignment folder in Blackboard: public class HelloWorldApp { /** * The HelloWorldApp class implements an application that * simply displays Hello World! to the standard output. */ public static void main(String[] args) { System.out.println(Hello World!) // Display the string } } Pre-Lab for Name _________________________ 5 points Print out the programming guidelines above. Print out the above assignment and answer the following questions BEFORE coming to lab. What is the purpose of the lines that begin with /* and end with */? ________________________. Based on your in-lab class exercise from last week, list the steps that you will follow to enter the above program, compile your program, and upload the appropriate files to Blackboard. You will use Java’s command line interface (NOT NetBeans). List the files that you must submit to Blackboard in order to receive an additional 25 points. TA Grade guildelines: Pre-lab: 5 points Program code: 25 points Grade of 0 if the source code file is missing in student’s Blackboard assignment folder. Grade of 0 if your class file is missing in the student’s Blackboard assignment folder and the source code does not compile. Deduct 5 points for missing class file if program compiles. Deduct 1-

文档评论(0)

gujf + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档