mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-03 02:29:53 +08:00
Update searching_of_element_in_dynamic_Array.cpp
This commit is contained in:
@@ -37,8 +37,8 @@ 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 ";
|
||||
std::cout<<"Question or Quary you ";
|
||||
std::cout<<"want to do Related to Array :";
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user