Create a new java project

Assignment Help Software Engineering
Reference no: EM131239745

Java Output and Method Calls

Learning Objectives:

- Create a new Java project
- Execute (run) a working Java program
- Define and identify Java comments, strings and methods
- Invoke a Java method and pass parameters to a method
- Produce output from a Java program
# Exercise

1 Create a new folder named \YourName\CP1810

2 Launch NetBeans and create a new Java project as an Application in the above folder a. Launch NetBeans
b. Select Java Application
c. Set Project Name to Lab01_Output
d. Set Project Location to the folder \YourName\CP1810\Lab

NOTE Java ignorescomments. There are two types of comments:
- One-line comments begin with a // and continue to the end of the line
- Multi-line comments begin with a /* and end with a */

3 Run the program.
The program should compile and run cleanly with no errors.
But, there is no output
NOTE A String is any text starting and ending with double quotes

4 Modify the initial program as follows (Replace firstnamelastname with your name):
public static void main( String[] args ) { put( "Hello firstnamelastname" );
} public static void put( String text ) {
System.out.print( text );
}
Run the program
NOTE Methods, such as main() and put(), are basic units of execution in Java
- A method can call or invoke another method
- All Java programs begin execution in the method main()

5 Modify main() and run the program with the following change:
public static void main( String[] args ) { put( "Hello firstnamelastname" ); put( "\n" );
}
NOTE Maintain a working program by always running a program after any change. This way at all times, you are one change away from a working program.

6 Modify main() and run the program with the following change:
public static void main( String[] args ) {
1 put( "Hello firstnamelastname" );
2 put( "\n" );
3 put( "How are you?\n" ); }

7 Here is a program trace of the above:

8 Modify main() to print out:
Hello
Firstname
Lastname
How are you?

9 Modify main() to also print:
*
**
***

10 Modify main() to also print:
*
**
***

11 Modify main() to also print:
*
***
*****

12 Create a new Java project named Lab01_Namethat prints a business card with your name bordered by vertical and horizontal stars.
**********************
* firstnamelastname *
**********************

Reference no: EM131239745

Questions Cloud

What are the implications for networks of the future : As WLANs become more powerful, what are the implications for networks of the future?  - Will wired LANS still be common or will we eliminate wired offices?
What does the cable plan look like : Document one LAN in detail. - What devices are attached, what cabling is used, and what is the topology? What does the cable plan look like?
Describe elements associated with the police recruitment : Describe elements associated with the police recruitment and selection process at the agency. Identify major components of the training process and the career development programs for officers who work at the agency.
Does this explain any earlier observations you made : Suppose you want the maximum number of hyper beet pieces to result from making n cuts. What properties should your sets of cuts have in order to obtain the maximum number of hyper beet pieces?
Create a new java project : Create a new Java project, Execute (run) a working Java program and Define and identify Java comments, strings and methods - Maintain a working program by always running a program after any change. This way at all times, you are one change away from..
New guineans more skilled than typical westerners : In what ways are the New Guineans more skilled than typical Westerners? In what ways have they been at a disadvantage?
Develop a simple lan and determine the total cost : Develop a simple LAN and determine the total cost; that is, select the cables, hubs/switches, and NICs and price them.
What are the next terms in this sequence : Start conjecturing if you haven't already. What are the next terms in this sequence? Do you see a recurrence relation? How about a closed-form formula? Share your conjectures with others.
Analyze the federal court decisions in regards : From the second e-Activity, analyze the Federal court decisions in regards to the Affordable Health Care Act. Debate the extent to which the Supreme Court's decisions have affected healthcare policy in your community. Provide two (2) specific exam..

Reviews

Write a Review

Software Engineering Questions & Answers

  Create two structured analysis and design technique diagrams

Create two Structured Analysis and Design Technique (SADT) diagrams to document the activities and data involved in the transactions stated above using Visio or an equivalent such as Dia.

  Risc machine assembly

A compiler for a RISC machine will introduce delay slots into this code so that processor can employ the delayed branch mechanism.

  What are the overall goals of the challenged process

What are the overall goals of the challenged process that you selected? What is the context and importance of the business process and system? What is the scope of the project?

  Write the solution applying structured programming

Always submit your assignment by the due date, no matter how much you have completed or whether you have bugs.

  Why do systems analysts build models

How do they choose what to model, and which modeling techniques to use.

  Agile and waterfall models of managing a project

Compare and contrast agile and Waterfall models of managing a project in the context of building an e-Commerce Website. Include diagrams or tables through the use of graphical tools in Microsoft Word or Visio, or an open source alternative such as..

  Determine whether the tool would be beneficial in testing

Proposal summarizing purpose and benefit of chosen security software to the executive management team - Determine whether the tool would be beneficial in testing the security of a corporate network.

  Draw a high-level dfd of the veterinary hospital

Draw a Context Diagram of the Veterinary Hospital Registration system from the perspective of the personnel at the Veterinary Hospital - Draw a High-Level DFD of the Veterinary Hospital Registration system from the perspective of the personnel at t..

  How formal communication plan save a project

Discuss and explain how a formal communication plan can save a project when end users fail to engage, or when they have not been involved to similar level as sponsors and executives.

  Question about make buy decision

The make purchase decision is an important management prerogative. Assumed to be a manager of a software company that has an average software development cost of $20/LOC.

  Effective communication practice in organisations

ITECH 5500 - Professional Research and Communication Utilise effective communication practice in organisations and demonstrate expert English language skills in academic and professional contexts.

  Design a software class diagram for the use case

Design a software class diagram for the Use Case (Make Appointment) for patient

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd