Page 2 of 2

0503

Information:- Craigslist Craigslist makes money only through a handful of revenue streams. It charges a $25 fee to post a job listing in six major U.S. cities. It…

0502

Transaction:- Pay pal PayPal makes money primarily by processing customer transactions on the Payments Platform and from other value-added services. Thus, the revenues streams are divided into transaction revenues…

0501

Search:- Google Chrome Google has multiple ways of generating revenue beyond private investment or selling shares of its stock. Google uses several methods to partner with merchants and…

0401

Recommendations for app Accessibility issue : weak eyesight Recommendations : “use screen reader software” a software that takes the text of a document and converts the text into voice synthesizer…

0301

1. Team Communication: Slack Slack allows us to use instant messaging. Unlike Facebook, Slack allows us to create channels to organize our conversations, add threads to those conversations and…

0204

let reservationTime = [1,2,3,4,5] let landingTime = x; if( if landsInCourtenay = true){ newLandingTime = landingTime + 20; } else{ newLandingTime = landingTime + 45; } for(i=0; i=…

0203

Let delayedTime = x; let landingTime = y; let availableTime = [1,2,3,4,5] let newLandingTime = x+y; for( i=0; i=availableTime; i++;){ if( newLandingTime =< availableTime[i]){ console.log(“Landing in Courtenay”) };…

0202

Let minimumWind = 12; Let currentWind = process.argv[2]; if(currentWind > minimumWind){ Console.log(“Landing in Smits Field”); } else{ console.log(“Landing In Courtenay”); };

0201

Solution (in English)  Find out how long the trip will take from take off to landing. Store it in a variable called ‘tripLength’ Find out when Mary and…