الأجوبة
#include<iostream>
using namespace std;
int main(){
for(int i=1;i<=5;i++){
cout<<endl;
for(int j=5;j>=1;j--)
cout<<j<<" ";}
return 0;
}
القوائم الدراسية التي ينتمي لها السؤال
#include<iostream>
using namespace std;
int main(){
for(int i=1;i<=5;i++){
cout<<endl;
for(int j=5;j>=1;j--)
cout<<j<<" ";}
return 0;
}
القوائم الدراسية التي ينتمي لها السؤال