Am trying to write variable declarations, but it showing "no input"😔 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Am trying to write variable declarations, but it showing "no input"😔

9th Sep 2019, 7:44 PM
John
John - avatar
3 Answers
+ 3
Oh thanks
9th Sep 2019, 8:07 PM
John
John - avatar
+ 3
Am learning 😊
9th Sep 2019, 8:13 PM
John
John - avatar
+ 2
class MyClass { public static void main(String[ ] args) { String name ="David"; int age = 42; double score =15.9; char group = 'Z'; } }
9th Sep 2019, 7:50 PM
John
John - avatar