0% found this document useful (0 votes)
6 views3 pages

8th Java - Simple Printing

8th Java- Simple Printing

Uploaded by

ribev65772
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views3 pages

8th Java - Simple Printing

8th Java- Simple Printing

Uploaded by

ribev65772
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

JAVA - SIMPLE PRINT STATEMENT

Steps to write a JAVA Program in BlueJ - practicals


 Double click the BlueJ icon.
 Create a folder by clicking Project-> New Project -> Type your name-> Ok
[ Do this only for the first time]
 Click New Class -> enter a name ->OK
 Double click the class name & select the sample program already written &
delete the unwanted code
 Type your program & click Compile button.
 If there is no error, a message is displayed-
Class compiled-No Syntax error

1)
public class Comp

{public static void main()

{System.out.println(“HELLO!”);

}}

OUTPUT:-

HELLO!

2)
public class Comp
{public static void main()
{System.out.println(“HELLO!”);
System.out.println(“HOW ARE YOU ?”);
}}
OUTPUT:-

HELLO!

HOW ARE YOU ?


Steps to run a JAVA Program[ practicals]
 When the program is compiled, close the window.
 Select the class icon, click Right mouse button.
 Click void main() -> click OK in the method call.
 The desired output is displayed in the Terminal Window.
public class School
{ public static void main()
{ System.out.println(“ STRS”);
System.out.println(“ _____”);
System.out.println(“Our School”);
System.out.println(“ @ Mukkola”); }}
OUTPUT:-
STRS
____
Our School
@ Mukkola
1. WAP to print five lines of a poem
2. WAP to print your name and address in separate lines
3. WAP to print the following:-
ABC AGENCIES
NAME: SANDY
PRICE : Rs. 3000.0

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy