Skip to main content
  • Prabhjot
DGL101
  • Prabhjot

© 2025 DGL101.

Powered by WordPress.

Theme by Anders Norén.

0202

Let minimumWind = 12;

Let currentWind = process.argv[2];

if(currentWind > minimumWind){

Console.log(“Landing in Smits Field”);

}

else{

console.log(“Landing In Courtenay”);

};

  • October 26, 2020
  • In Uncategorised

← Previous Post

Next Post →

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *