Computer Science, asked by clailu, 1 year ago

please solve this question of computer in c+

Attachments:

Answers

Answered by Anonymous
1

User input - N:
for(i=1; i<=N; i++) 
 {
  for(j=N; j>i; j--) 
   { 
    print  j value;
   } 
  print new line;
 }
Answered by Aditijani1
0
use input and print new line
Similar questions