Posts by Alvaro Da Rocha Viana • 11 points
1 post
-
1
votes2
answers1896
viewsA: Visualg - Assign two variables on the same line
Putting write instead of write, will keep the next command on the same line. Ex.: Var A, B, C: whole Beginning A <- 2 B <- 3 C <- 5 Write ("A x B = ") Typing (A*B) Typing (C>A) scribal…