answersLogoWhite

0

if x%5==0

{

System.out.println("@"');

}

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Why goto keyword not used in java?

Goto leads to morememory waste age and multiple branching occurs so memory is wasted


What is java program on computers?

#!/usr/bin/perl print 'java program';


The multiplication operator is represented in Java by what symbol?

In Java, the multiplication operator is represented by the asterisk, "*". This was not invented by Java; most programming languages, as well as programs such as Excel, use the same symbol.


What does java not support?

Java does not support multiple inheritance.......


What is the ticker symbol for Java Company?

The Java Brewing Company is not a public company and, thus, does not have a ticker symbol for trading.


How can you print a table of 5 in java by getting values from user?

look at the print


What is stock symbol for Sun?

JAVA


How do you print a string 5 times in java?

For(int I = 0: I < 5; i++) { System.out.println(" print this " + I ); }


What is java console?

The Java console is a display of output sent by a Java program. This is similar to the MS DOS operating system.To print to the console, a programmer will type "println(text);" or "print(text);" depending is the programmer wants to make a new line after the text(println) or not(print).


Give the structure of multiple inheritance?

Java does not support multiple inheritance. It is done with the help of interfaces in java. a class can implement n number of interfaces, thus showing multiple inheritance. but a class cannot extend multiple classes in java.


How do you print message before main in java?

You cannot do that. The main method of a java class is the point where the execution begins. You can print messages only after a main method is invoked.


What is ambiguity in multiple inheritance?

Java does not support multiple inheritance