The exercise instructions here are LONG -- please read them all carefully. If you see an internal scrollbar to the right of these instructions, be sure to scroll down to read everything. Declare and initialize the following variables: A variable monthOfYear, initialized to the value 11 A variable companyRevenue, initialized to the value 5666777 A variable firstClassTicketPrice, initialized to the value 6000 A variable totalPopulation, initialized to the value 1222333
.
.
Click on the title for the solution
.
.
int monthOfYear=11;
int companyRevenue=5666777;
int firstClassTicketPrice=6000;
int totalPopulation=1222333;
.
Click on the title for the solution
.
.
This is the answer:
:
int monthOfYear=11;
int companyRevenue=5666777;
int firstClassTicketPrice=6000;
int totalPopulation=1222333;
Comments
Post a Comment