Computer Science, asked by abhinandan2981, 5 months ago

Write a program to print welcome to the world of computers

Answers

Answered by singhanju71074
0

Answer:

Answer. Program : (i) The statement " System. out. println" prints the line . (ii) A class begins with a curly bracket and ends with one . (iii) The method main() also begins with curly bracket and ends with curly braces too. (iv) Don't forget to write the relevant class name . The class name here is "print" .

Answered by TEJPRATAPSINGH2725
0

Explanation:

You can write a java program in any simple text editor like Notepad, Notepad++ or any IDE (Integrated Development Environment) which supports Java compilation and execution, but here we are talking about writing java program - So use any text editor, write your program (a basic program in given below) and save the file with extension

Similar questions