Answer:
cout<<count;
Explanation:
The above statement is in c++ which display the value of count .The cout statement is used in c++ to print the value on console .
Following are the code in c++
#include <iostream> // header file
using namespace std; // namespace
int main() // main method
{
int count=90; // count variable
cout<<count; // display the value of count
return 0;
}
Output:
90
In this program we have declared a count variable of integer type which is initialized by 90 and finally displays the value of count on the screen.
The answer would more likely be A
If it’s not correct I’m very sorry
Answer:
The method of converting a base 10 or decimal number into base 2 or binary number is as following:-
- Divide the decimal number by 2 and store it's remainder.
- keep dividing the decimal number by 2 until it becomes 0 and also keep storing it's remainder.
- Then write the remainders in reverse order.This the binary number.
Refer the attached image for better explanation.
Answer:
Mobile devices
.
Explanation:
For several industry professionals, mobile phones take over as the main communication channel because mobile devices are portable and easy for the purpose of communication or handle. With the help of mobile devices, they can easily interact with their employees, seniors, clients and other persons from which they want to interact or communicate.
- Option A is not true about the scenario because it is not portable and it is not easy to handle as compared to the mobile devices. So, it's not the primary mode of communication.
- Option B is not true about the scenario because it is portable but as compare to the mobile device, mobiles are more flexible, portable for primary communication.
- Option c is not completely true because the professionals give primary preference to the calls than emails.