Computer Science, asked by swovanshuka, 11 months ago

Write a program to write 'CRISTMAS' 20 times. Write a program to print all even no. less than 40 . Write a program to print all the multiples of a between 20 and 70. Write a program to accept the name and age of the user Print ​

Answers

Answered by sachi11262
1

Answer:

u hv put so many questions together ....but i will answer only one...and by the way the spelling is_ christmas

Explanation:

class print

{

public static void main (String args[])

{

for(int i=0;i<20;i++)

System.out.println ("christmas");

}

}

Similar questions