[C] Plastic transfer

zhaozj2021-02-16  55

#include

void main ()

{

INT I, J;

Printf ("Enter a Integer:");

Scanf ("% d", i);

DO

{

J = I% 10;

Printf ("% d", j);

I / = 10;

} While (i> 0)

}

转载请注明原文地址:https://www.9cbs.com/read-20553.html

New Post(0)