Courses
LoginStart now
Courses
LoginStart now
+ 1

Print the pattern

1 3 5 5 7 9 7 9 1 3 9 1 3 5 7

c++loops
9th Apr 2017, 4:23 AM
Vivek
Vivek - avatar
2 Antworten
+ 8
This is what you want- https://code.sololearn.com/c6NPPayrS2c9/?ref=app
9th Apr 2017, 5:33 AM
Sachin Artani
Sachin Artani - avatar
+ 3
k=1; for(i=1;i<=5;i++) { for(j=1;j<=i; j++) { if(k>9) k=1; cout<<k<<" "; k+=2; } cout<<endl; }
10th Apr 2017, 12:33 PM
Harshitha P N

Häufig solche Fragen?

Effizienter lernen, kostenlos:

  • Einführung in Python

    7.1M Lernende

  • Einführung in Java

    4.7M Lernende

  • Einführung in C

    1.5M Lernende

  • Einführung in HTML

    7.5M Lernende

Alle Kurse anzeigen
Heute heiß
Hofstadter a sequence code coach is not running
0 Votes
DSA doubt
1 Votes
Vote Code
1 Votes
the code for bigneer is not really what to do after coding begeneer in sololearn
0 Votes
Input errors (python)
1 Votes
Data structure using C
0 Votes
Without degree job
0 Votes
I wanna know is that what about dot net developers in future there is possible they gonna downfall in industry
0 Votes
How can I add gradient to the background
0 Votes
Welcome to my portfolio. Here you'll find a collection of my projects and creations. I specialize in [Your Specialization, e.g.
0 Votes