write a statement in java to produce "happy returns of the day"
Answers
Answered by
8
class ABC{
public static void main(String... args){
System.out.println("happy returns of the day");}}
public static void main(String... args){
System.out.println("happy returns of the day");}}
Similar questions