Computer Science, asked by AJDEADPOOL, 1 year ago

write a statement in java to produce "happy returns of the day"

Answers

Answered by nitish8089
8
class ABC{
public static void main(String... args){
System.out.println("happy returns of the day");}}
Similar questions