Code "david"is giving no out puts what is the matter😦 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Code "david"is giving no out puts what is the matter😦

class MyClass { public static void main(String[ ] args) { String name ="David"; int age = 42; double score =15.9; char group = 'Z'; } }

20th May 2018, 12:22 PM
harsh jha
harsh jha - avatar
12 Answers
+ 20
perhaps you should continue with the course. https://www.sololearn.com/learn/Java/2137/ see: System.out.println
20th May 2018, 12:41 PM
jay
jay - avatar
+ 6
Please link your code, so that we can help.
20th May 2018, 12:33 PM
Dev
Dev - avatar
+ 6
KrOW impossible* atleast on the console ^^
20th May 2018, 12:40 PM
Dev
Dev - avatar
+ 6
The console message "No Output" is justified as far as your code goes...
20th May 2018, 12:42 PM
Rahul George
Rahul George - avatar
+ 3
Could you kindly post a link to your code in the description? Otherwise,... we can't help you.
20th May 2018, 12:33 PM
Rahul George
Rahul George - avatar
+ 2
Its hard get an output from that code if you dont use an output function (like System.out.print).... Remember to post code in link format (dont post code source but a link to your code in SoloLearn)
20th May 2018, 12:38 PM
KrOW
KrOW - avatar
+ 2
Dev By execute a console process that do output 😝😝😝
20th May 2018, 12:43 PM
KrOW
KrOW - avatar
+ 2
you. need. a print statements
21st May 2018, 12:42 AM
Nic Beltrante
Nic Beltrante - avatar
+ 1
class MyClass { public static void main(String[ ] args) { String name ="David"; int age = 42; double score =15.9; char group = 'Z'; } }
20th May 2018, 12:35 PM
harsh jha
harsh jha - avatar
0
Ok piz wait gyes
20th May 2018, 12:33 PM
harsh jha
harsh jha - avatar
0
This is the code
20th May 2018, 12:35 PM
harsh jha
harsh jha - avatar
0
<?php echo//
31st May 2018, 6:21 PM
AJAY Vj