Answer:
Both are touchscreen.
Tablets are seen more as an entertainment device (tv, games, etc.).
Phones are smaller, and used more for everything; you can take phones anywhere you go, whereas tablets are more difficult to transport.
Answer:
Please find the edited program below:
#include<iostream>
#include <stdio.h>
using namespace::std;
int main()
{
char ch;
cout<<"Enter any letter: ";
ch=getchar();
if(ch=='a' || ch=='e' || ch=='i' || ch=='o' || ch=='u'|| ch=='A' || ch=='E' || ch=='I' || ch=='O' || ch=='U')
cout<<"Vowel";
else
cout<<"Consonant";
return 0;
}
Explanation:
We cannot input char type using cin, we need to use getchar, and it is under header file stdio.h. Also, for comparing we need to use == and not =. And corrrect way of including std is using namespace::std;
Answer:
component of a strong community is describe below
Explanation:
there are five element key of successful community are
Strategy , Content , Engagement, Visibility and Moderation
and these express as
-
Strategy : For a network to be effective, communities must create a process that aligns with the organization's vision, characteristics and goals. In addition, the network must have official group support. They need to understand the important job network plays in achieving periodic goals.
- Content : It is important that the substance benefits your group. This guarantees a quality encounter and returns to customers. Measure client fulfillment and restore content as needed by quoting email reviews for network personalities, screen watchwords and top queries.
- Engagement : Your group of people is a different standard of commitment. In this manner, it is important to create a domain that asks people to learn, answer, answer questions, connect with others, and tune in. Maintains commitment and supports continuous cooperation with gasification.
- Visibility : Think about your locale as another topic discusses something and entices your audience to show what excitement is. Chances are, no one will find your local. Fraud can be effective. Show the network interface on your site, blog and online life channels. Include connections in the footer of all company email correspondence. Use email alarms to tell people when a new lecture has begun. Or, on the other hand, send email bulletins that contain network activity.
- Moderation: Successful control involves your local people with significant commitments, wholehearted commitment and proper customer behavior. Greater control comes from organizing requests and building harmony between engaging your audience and engaging in conversation.
I do not know, i really hope you dont fail!!!!!!!!!
After confirming the removal of a virus from a computer, the next step is to check for the latest OS patches and updates.
Gathering information from the user and other sources is the first step involved in troubleshooting process.
After resolving a computer problem, the next step is to verify full functionality by ensuring that the OS is up to date and by testing the operation of the computer and the network that it is connected to.
The last step is documenting the issue and solution
Find our more on virus at: brainly.com/question/17395741