mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update searching_of_element_in_dynamic_Array.cpp
This commit is contained in:
parent
3621d2ee26
commit
9a5ed29dad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user