Answer:
Following are the declaration and the initialization of variable
int monthOfYear=11; // variable declaration of integer
long companyRevenue=5666777; // variable declaration of long
int firstClassTicketPrice=6000; // variable declaration of int
long totalPopulation=1222333; // variable declaration of long
Explanation:
Following are the description of Statement