Răspuns :

Ce limbaj de programare? Ca si pseudocod
Se obtine nr de la tastatura (presupunem ca este bagat in variabila nr de tip int)
max = 0;
while(nr > 0){
cirfaCurenta  = nr % 10;
if(cifraCurenta > max) max = cifraCurenta;
nr = nr/10;
}
Se afiseaza max