Drag and drop from the options below to print "Hello". | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Drag and drop from the options below to print "Hello".

class A { public void print() { System.out.println("A"); } } class B { public static void main(String[ ] args) { object = A() { @Override public void () { System.out.println(); } }; object.print(); } }

27th Dec 2019, 9:54 PM
Sidimohamed Boubali
6 Answers
+ 4
A,new,print,hello
17th Aug 2020, 1:14 PM
kedir.y
kedir.y - avatar
+ 2
A object = new A() { @Override public void print() { System.out.println("Hello"); }
28th Dec 2019, 2:14 AM
Avinesh
Avinesh - avatar
+ 1
class A { public void print() { System.out.println("A"); } } class B { public static void main(String[ ] args) { object = A() { @Override public void () { System.out.println(); } }; object.print(); }
29th Jan 2023, 4:08 AM
Mikiyas Milion
Mikiyas Milion - avatar
0
Drag and drop to scale features for the wine dataset: from sklearn.preprocessing import StandardScaler scale = StandardScaler() scale.fit(X) X_scaled =transformscale.(X)
21st Nov 2020, 5:13 AM
Jason Chew
Jason Chew - avatar
0
Drag and drop to complete the pre-processing step to standardize the wine data. from sklearn.preprocessing import StandardScaler X = wine[['alcohol', 'total_phenols']] scale = StandardScaler() scale.fit(X) X_scaled = scale.transform(X)
21st Nov 2020, 5:15 AM
Jason Chew
Jason Chew - avatar
0
String var
6th Dec 2020, 4:49 AM
Dhika Nur Aisyah