👤

Cum se scrie in c++ ?
pentru j<-k,1,-1 execută


Răspuns :

Salut!

pentru j<-k,1,-1 execută

for (j = k; j <= 1; j--)

{

}