question archive 1) Find the blanks in the program below in order for it to run properly

1) Find the blanks in the program below in order for it to run properly

Subject:Computer SciencePrice: Bought3

1) Find the blanks in the program below in order for it to run properly. The program should display the message, March Break is here! on the same line on the computer screen.

             Total:           |

       

import java.____.*;

import hsa.________;

public ________ EasyPeasy

{

________ Console c;

public ________void _______(String[] _______)

{

c = new Console();

 

_________("March Break ");

                             _________("is here!");

}

}


 

  1. What syntax symbol is used at the end of a statement in Java? _________


 

  1. What syntax symbol is used for comment statements in Java?  _________


 

  1. What syntax symbol is used at the end of a block of code in Java? _______


 

  1. State 3 properties a variable has  ______________, ________________ & ________________

pur-new-sol

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE

Related Questions