task
123454321
123454321
123454321
123454321
123454321
#include<iostream>
using namespace std;
int main(){
int i,j;
for (i=1; i<=5; i++)
cout<<i;
for(j=4; j>=1; j--)
cout<<j;
}
But what the next ???
melll 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.