Answer:
Pros:
- Connect with friends, family in a short period of connecting time
- Faster, easier than paper
- The messages can be stored in the device for longer times, without being damaged, unlike paper files that easily get damages
- Digital communication can be done over large distances through internet and other things.
And many other pros
Cons:
- Software can be easily hacked
- Digital Communication has completelymake people become far to others. They would stop meeting face-to-face but instead of that, video call, chatting is become more popular
- Most of devices have hidden recording mechanisms that can take your information unknowingly and may be used to attack you in the future
And many other cons
Hope this helped :3
Answer:
public class TicTacToe //Defining TicTacToe class
{
char board[3][3] ; //Creating a 2D array instance variable
TicTacToe() //Constructor to initialize the array with " - "
{
for( int i = 0;i<3;i++) //Loop for the row of array
{
for(int j = 0;j<3;j++) //Loop for the column of array
{
Board[i][j] = '-'; //Assigning "-" in each cell
}
}
}
public char getter() //Defining getter() method to return the array
{
return Board; //returning the array
}
}
Explanation:
visual representation of information and ideas, and a chart is a visual illustration of numeric values or data. Basically, SmartArt graphics are designed for text and charts are designed for numbers. Use the information below to decide when to use a SmartArt graphic and when to use a chart.