Informática, perguntado por nessasantana2002, 6 meses atrás

Preciso converter do algoritmo para linguagem Java ou C++ usando Do While

DECLARE sal, qtd, tipo, valor_kw, gasto, acresc NUMÉRICO
total, tot_geral, qtd_cons NUMÉRICO
tot_geral ← 0
qtd_cons ← 0
LEIA sal, qtd
valor_kw ← sal / 8
ENQUANTO qtd ≠ 0 FAÇA
INÍCIO
gasto ← qtd * valor_kw
LEIA tipo
SE tipo = 1
ENTÃO acresc ← gasto * 5 / 100
SE tipo = 2
ENTÃO acresc ← gasto * 10 / 100
SE tipo = 3
ENTÃO acresc ← gasto * 15 / 100
total ← gasto + acresc
tot_geral ← tot_geral + total
SE total >= 500 E total <= 1000
ENTÃO qtd_cons ← qtd_cons + 1
ESCREVA gasto
ESCREVA acresc
ESCREVA total
LEIA qtd
FIM
ESCREVA tot_geral
ESCREVA qtd_cons

Soluções para a tarefa

Respondido por SkorpHS
0

Resposta:

.......................................

Perguntas interessantes