Skip to content

Instantly share code, notes, and snippets.

View aa-ahmed-aa's full-sized avatar
:octocat:
High five

Ahmed Khaled MOhamed aa-ahmed-aa

:octocat:
High five
View GitHub Profile
# include <iostream>
using namespace std;
int main()
{
int arr[5];
int store;
for (int i = 0; i < 5; i++)
{
cout << "please enter the value of index :" << endl;