write a program in BlueJ to print,"Welcome to the world of coding'.
Answers
Answered by
1
Answer:
do you write a program to print Welcome to the world?
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 her print.
Similar questions