Computer Science, asked by iushe, 11 months ago

write a program in java to print your v hobbies on the output screen.​

Answers

Answered by GHOSTDJ
8

Answer:

Syntax :-

String x = cricket;

String y = games;

String z = coding;

System.out.println("My fav. hobbies are ");

System.out.println(+x+);

System.out.println(+y+);

System.out.println(+z+);

Similar questions