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

  Research report on software design

Write a Research Report on software design and answer diffrent type of questions related to design. Report contain diffrent basic questions related to software design.

  A case study in c to java conversion and extensibility

A Case Study in C to Java Conversion and Extensibility

  Create a structural model

Structural modeling is a different view of the same system that you analyzed from a functional perspective. This model shows how data is organized within the system.

  Write an report on a significant software security

Write an report on a significant software security

  Development of a small software system

Analysis, design and development of a small software system.

  Systems analysis and design requirements

Systems Analysis and Design requirements

  Create a complete limited entry decision table

Create a complete limited entry decision table

  Explain flow boundaries map

Explain flow boundaries map the dfd into a software architecture using transform mapping.

  Frame diagrams

Prepare a frame diagram for the software systems.

  Identified systems and elements of the sap system

Identify computing devices, which could be used to support Your Improved Process

  Design a wireframe prototype

Design a wireframe prototype to meet the needs of the personas and requirements.

  Explain the characteristics of visual studio 2005

Explain the characteristics of Visual Studio 2005.

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