Answer:
#include<iostream>
int main()
{
int count=0;
int so_phan_tu;
std::cout << "nhap so phan tu : \n";
std::cin >> so_phan_tu;
int* A = new int[so_phan_tu];
std::cout << "nhap cac phan tu : \n";
for (int i = 0; i < so_phan_tu; i++)
{
std::cin >> A[i];
if (A[i] % 5 == 0)
{
count++;
}
}
std::cout << so_phan_tu - count;
system("pause");
return 0;
}
//cái này viết bằng C++ em nhé
Explanation:
Answer:
The last two line i.e "displays miniature versions of all the presentation's slides " is the correct answer to the given question .
Explanation:
The main objective of the slide sorter is showing the miniature versions of all the slides though user can quickly push the slides and organize the slides in well mannered by moving the slides . The Slide Sorter display gave the viewers to thumbnail the overview of the slides.
- The slide sorter making the presentation effective by organizing and sorting the slide .
- All the other option are not correct for the Slide Sorter view that's why these are incorrect option .
Answer:
Image result for what is the name of the fields in an x.509 digital certificate that are used when the parties negotiate a secure connection?
Common applications of X. 509 certificates include SSL/TLS and HTTPS for authenticated and encrypted web browsing, signed and encrypted email via the S/MIME protocol, code signing, document signing, client authentication, and government-issued electronic ID.
Explanation:
When a formula contains the address of a cell, it is called a c<span>ell reference.
hope this helps!</span>
Answer:
"LinkedIn" is the correct answer for the above question.
Explanation:
- LinkedIn is used to build a connection between people and communicate. But it is used to connect only business type contacts.
- So, when any user wants to make any business type of contacts, then he can do this with the help of making an account on LinkedIn and then add the business people on it.
- The above question asked about the networking site which is used to connect the business contacts. This site is known as LinkedIn.