write the output statement in java ??
answer also in very long and also not in very short
Answers
Answered by
5
// Java code to illustrate print()
import java.io.*;
class Demo_print {
public static void main(String[] args)
{
// using print()
// all are printed in the
// same line
System.out.print("GfG! ");
System.out.print("GfG! ");
System.out.print("GfG! ");
}
}
Similar questions
Computer Science,
3 months ago
English,
3 months ago
Math,
3 months ago
Computer Science,
7 months ago
Math,
7 months ago