Questions tagged as 'pseint'

2
answers

How do I make a 3 x 3 matrix in pseint in which the user enters the numbers?

I need to build an algorithm that traverses a 3 x 3 matrix I must fill this matrix before, print all the numbers that are under a value entered by the user. Algoritmo Arreglo Dimension A[3,3]; Definir A Como Entero; Definir i Como Enter...
asked by 18.06.2017 / 09:00
1
answer

How do I solve this type of exercise in pseint

Based on the statement, you must present a modular algorithm (without using fixes) that satisfies the objectives indicated below. STATEMENT: To capture the names and ages of 10 people fulfilling the following objectives: 1.- Implement cycle Whil...
asked by 06.10.2018 / 03:46
1
answer

Assign own matrix to different PSEINT clients

I am doing an exercise in which I must enter glucose measurements, before I start I must enter the number of patients to enter then I must register the name and number of the patient's card, then fill the data of the measurements in a matrix [6,...
asked by 30.11.2016 / 21:10
0
answers

Algorithm Game Pseint

I find myself playing a game for academic purposes. Which consists of two players where the main objective of the game is to reduce the opponent's life to 0 in order to determine the winner. The game consists of turns where each opponent wil...
asked by 20.06.2018 / 03:21
1
answer

Construct an algorithm that allows to enter a group of people in a matrix by means of subprocesses

Construct an algorithm that allows entering a group of people, nombre , run and sexo in a matrix by means of sub processes Proceso Principal Dimension personas[100,3]; definir nombre, run, sexo Como Caracter; d...
asked by 02.07.2017 / 06:36
0
answers

Help with algorithm in Pseint

I need to do this exercise in Pseint. There is a matrix of size 2 * 10, which represents the 2 qualifications (subjects) of 10 students. develop an algorithm that finds and prints: Average winners' rating Total students who must enab...
asked by 12.10.2018 / 23:37
1
answer

Encrypt text in PSeInt

The program has to encrypt a phrase that the user enters via the keyboard. For example: If you enter Hello as a phrase and 8 as a key, the program should return Encrypted: IIIH The problem is that no result is shown on the screen. SubProces...
asked by 23.09.2018 / 16:03
0
answers

Hello I have a question and it is about an ATM in pseint

I have to make a program that allows me to make a charge to an ATM with $ 50, $ 100, $ 200 and $ 500 bills. The doubt is that when a user realizes an extraction that is multiplo of 50, how do I discount the tickets that he extracted? And how do...
asked by 08.04.2018 / 02:45
1
answer

I need to build an algorithm that allows you to adjust an array

I must do it in the following way: If you find a blank box, you must move the elements to the beginning to occupy that space, the idea is that the available spaces are at the end of the arrangement. This is what I have, since I do not unde...
asked by 12.07.2017 / 02:11
2
answers

Help I need to build a subroutine that allows you to invert the contents of an array of N cells

Why is it wrong? help I feel frustrated and stuck because something that seems so simple does not come out. I need advice from you as experienced programmers I feel useless. SubProceso respuesta <- inversion (N) Definir arreglo, i como...
asked by 03.07.2017 / 01:32