Declare and initialize the following variables monthOfYear, companyRevenue, firstClassTicketPrice, totalPopulation
LANGUAGE: C++
CHALLENGE:
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
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in C++, Learn To Code