Debugger per programma?

hackersatifal

Utente Attivo
9 Ago 2012
238
0
0
Salve a tutti,
non trovo nessun debugger che mi possa eseguire questo programma:
Codice:
procedure PROVA1;
variables C, T, S, I integer;
input C;
S ← 0;
T ← 1;
for I from 1 to C step 1 do
S ← S+I×(I+1);
T ← T×S;
endfor;
output S, T;
endprocedure;
Ne conoscete?
Vi prego è urgente!!!
Grazie a tutti in anticipo per il vostro aiuto,
hackersatifal.
 
Non esiste e non ha senso un compilatore/debugger di pseudocodice ...!

E che senso ha nell'area .NET ?
 
Ultima modifica:

Discussioni simili