Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Caleb Smith   on Feb 09 In Java Category.

  
Question Answered By: Mike Stephens   on Feb 09

Your syntax is incorrect. Here is an example, that might help.


// Demonstrates the System.out.println

public class example

{
public static void main(String[] args)
{
int x =0 ;

System.out.println(x);
System.out.println("System.out.println");
System.out.println("See the difference?");

}
}

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on how to execute a statement Or get search suggestion and latest updates.


Tagged: