Answer:
following are the code in c++
#include<iostream> // header file
#include<math.h>
using namespace std;
int main() // main function
{
double v,a,len;// declaring variable
cout<<" Enter v: ";
cin>>v;
cout<<" Enter a:";
cin>>a;
len=pow(v,2)/(2*a); // to calculate the minimum runway length.
cout<<" The minimum runway length is :";
cout<<len;
return 0;
}
Explanation:
In this program we taking two user input in the variable v and a respectively.After that we using the formula len=v*v/2*a to calculate the minimum runway length and finally print len which display the minimum runway length. .
output
Enter v: 60
Enter a: 3.5
The minimum runway length is :514.286
Answer:
Z-Wave
Explanation:
1. Wi-fi because it is always encrypted. This is good because Bandwidth is high—up to 2 MHz, however it only works if the signal is strong and device is close to the access point. Its average range is between 30 to 100 meters. This drawback only makes this technology not a good option.
2. ZigBee because it is always encrypted, ZigBee has lot of edge like largest number of device to connect 6500 theoretically, low power usage, faster and others compared to other which would have made it a better option to recommend to my company but it has interoperability issues
3. Z-Wave because it is the fastest wireless standard apart from this Z-wave has better interoperability, reliability, low frequent which does not interfere with Wi-Fi network, maintain backwards compatibility across all versions which is good for maintenance, Z Wave network to have greater ranges and ability to “bend” around obstacles.
4. Bluetooth because it is easiest to configure Low Energy (LE) is better at conserving power, it has a much longer range compared to others —up to 300 feet, under ideal circumstances—its low transmission rate will keep it from being used for data-heavy applications such as video.
In view of security and distance and compared with other IoT protocol i would recommended Z-Wave
Answer:
Putting the insertion point where she wants the symbol.
Hope this helps!