diff --git a/bubble.cpp b/bubble.cpp index e57f65f..c696eb0 100644 --- a/bubble.cpp +++ b/bubble.cpp @@ -1,10 +1,12 @@ #include +# eager to learn new things using namespace std; int main() { int i,j,temp,n; + cout<<"Enter your data"<>n; @@ -47,4 +49,4 @@ int main() } return 0; -} \ No newline at end of file +}