Posts by Sidney Oliveira • 23 points
3 posts
-
0
votes1
answer142
viewsA: Calculation of Sobra VISUALG
Stayed like this: algoritmo "EXERCICIO 18" var N,N2,N3,N4,N5,N6,N7,N8: INTEGER beginning Leia(N) N2 <- N % 100 ESCREVAL (N/100 MOD 100," nota(s)", " de", " R$ ", "100,00") N3 <- N2 % 50…
-
0
votes1
answer142
viewsQ: Calculation of Sobra VISUALG
Good evening, Colleagues! I have this problem and I cannot find a solution even in the IDE documentation. I’d like to know which command to use to pick up the leftover division to use it in the…
-
2
votes2
answers1896
viewsQ: Visualg - Assign two variables on the same line
I would like to know how to put 1 variable next to each other in the visualg? Exemplo: 1.0 7.0 5.0 9.0 Since the 4 numbers are REAL variables, to simplify I want to write 1.0 below 5.0 ai the cursor…