Most voted "visualg" questions
Visualg is an algorithm editor and interpreter. Use this tag for questions related to its use, functionality or encoding.
Learn more…108 questions
Sort by count of
-
-1
votes2
answers42
viewsHow to print pairs and their positions in Visualg
Hello! I have the following exercise: "Ask the user for 10 integer numbers. Learn which pairs and their positions in the vector." Must use Visualg and vectors. Have: Algoritmo "10 números pares e as…
visualgasked 3 years, 9 months ago Francisco Ribeiro 1 -
-1
votes0
answers14
viewsVisualg Driver registration system
I need a system that registers 6 people containing (NAME, CPF, ADDRESS, DATE OF BIRTH and CATEGORY) and validate whether or not you can get a license. but there should be a menu where I can…
visualgasked 3 years, 3 months ago The programa 7 -
-2
votes1
answer60
viewsHow do I read to read these numbers and sum all without having to add variable by variable type sum it 60 times
Algoritmo "questionario" Var Resposta: Caractere Var soma,Nota: Inteiro Inicio Escreval("Questionario ENEM 2018 ") Escreval("1) Qual a capital do…
-
-3
votes1
answer167
viewsShow F(n) of the Algorithm sequence of Fibonacci
I need to know the last term of the Fibonacci sequence, I’ve done it to show all the terms, but I need you to show me the last I’m using the Visualg Algoritmo "Fibonacci" Var v1, v2, v3, limite,…
-
-4
votes1
answer71
viewsComplicated program
I’ve been trying for a while to make a program that does the following: Ask a user to enter a number amount and then to enter the number amount he wants to have in the combination and then the…
-
-4
votes1
answer228
viewsIs it better to learn in Visualg or Portugol studio?
I’m starting in programming logic... better learn in Visualg or Portugol studio ? I am with both, but I found it difficult to declare the semantics in portugol studio, for having studied a lot with…
visualgasked 6 years, 8 months ago Leo Rodrigues 1 -
-4
votes1
answer152
viewsHow to verify and print repeating values in an algorithm vector
Create an algorithm that given a sequence of n real numbers, determine the numbers that make up the sequence and the number of times each of them occurs in it. Example: n = 8 Sequel: -1.7, 3.0, 0.0,…
-
-6
votes1
answer573
views5x5 Matrix with Portugol - Learning to program
I’m a student and I’m starting to learn about programming, I have an exercise that I couldn’t solve myself and I was wondering if anyone here could help me, with the solution and/or with an…