Update searching_of_element_in_dynamic_Array.cpp

This commit is contained in:
faizan Ahamed 2020-04-21 01:07:37 +05:30 committed by GitHub
parent 3621d2ee26
commit 9a5ed29dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,9 @@ int main() {
int64_t r, mr = 0, x, q, i, z;
std::cout << "Enter Number of array you want to Store :";
std::cin >> x;
std::cout << "Enter Number of Question or Quary you want to do Related to Array :";
std::cout << "Enter Number of ";
std::cout<<"Question or Quary you ";
std::cout<<"want to do Related to Array :";
std::cin >> q;
// create a Array in run time because use can
// change the size of each array which he/she is going to store