- 3
Fill in the blank to call the method "hello" from main?
18 Answers
+ 4
E. g.
class MyClass {
public static void main (String[] args) {
hello ();
}
private static void hello (){
System.out.println ("hello");
}
}
+ 3
String and VAR.
+ 1
What is the output of this code?
list = [1, 1, 2, 3, 5, 8, 13]
print(list[list[4]])
+ 1
It's done by using
hello();
0
no idea please help me with this answers it urgent important...
Drag and drop from the options below to print "Hello".
var;
var = "Hello";
System.out.println( );
var String char Hello print
0
Drag and drop from the options below to print "Hello".
var;
var = "Hello";
System.out.println( );
var String char Hello print
which one is current please
0
Drag and drop from the options below to print "Hello".
var;
var = "Hello";
System.out.println( );
var char print Hello String
please which one is current?
0
Drag and drop from the options below to print "Hello".
var;
var = "Hello";
System.out.println( );
var char print Hello String
0
HELP ME
0
String var;
var = "Hello";
System.out.println(var);
0
Give anthor answer
0
Give me in java as object form
0
walang sagot??
0
0
hello()
- 1
class MyClass {
static void sayHello() {
System.out.println("Hello World!");
}
public static void main(String[ ] args) {
sayHello();
}
}
// Outputs "Hello World!"
- 1
Drag and drop from the options below to prototype the myPrint function in Sally class declaration.
- 2
Class Hello world
{
Public static void main (String args[])
{
System.out. println("Hello world");
}
}
//Out put Hello world