Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
JESSICA GOMES DE SOUZA FERREIRA 600621634
program vsjessica; uses crt; var vlrfin, taxajuros, amortizacao, prestacao:real; n:integer; begin writeln('UNIVERSIDADE SALGADO DE OLIVEIRA'); writeln('ALUNO: JESSICA GOMES DE SOUZA PEREIRA'); writeln('MATRICULA:600621634'); writeln('DISCIPLINA: ICC2'); writeln(''); vlrfin:= 16500; taxajuros:= vlrfin*1.58; amortizacao:= vlrfin/8; n:=1; writeln('N AMORT. JUROS PREST. VLRFIN'); while(n<=8) do begin taxajuros := vlrfin*(1.58/100); prestacao := amortizacao + taxajuros; vlrfin := vlrfin - amortizacao; writeln (n, amortizacao:10:2, taxajuros :10:2, prestacao :10:2, vlrfin:10:2); n := n+1; End; End.
run
|
edit
|
history
|
help
0
09
test27
6
Задачи на div-mod
Martix
corza71
bilete
2nd tsk
ahoj
BubbleSort (standaard)