Question

A function that receives two integers and the operation to be performed and returns the result, use pseint step by step

257

likes
1287 views

Answer to a math question A function that receives two integers and the operation to be performed and returns the result, use pseint step by step

Expert avatar
Nash
4.9
87 Answers
Para resolver este problema, vamos a seguir los siguientes pasos utilizando PseInt:

Paso 1: Solicitar al usuario que ingrese dos números enteros y la operación a realizar.
Paso 2: Leer los dos números enteros y la operación.
Paso 3: Realizar la operación solicitada (suma, resta, multiplicación o división) con los dos números.
Paso 4: Devolver el resultado de la operación.
Paso 5: Fin.

Ahora vamos a escribir el pseudocódigo para este problema paso a paso:

```
Algoritmo FuncionOperacion
Definir num1, num2, resultado Como Entero
Definir operacion Como Caracter

Escribir "Ingrese el primer número: "
Leer num1

Escribir "Ingrese el segundo número: "
Leer num2

Escribir "Ingrese la operación a realizar (+, -, *, /): "
Leer operacion

Segun operacion Hacer
' Realizar la operación correspondiente
Segun op
caso "+":
resultado = num1 + num2
caso "-":
resultado = num1 - num2
caso "*":
resultado = num1 * num2
caso "/":
resultado = num1 / num2
FinSegun

Escribir "El resultado es: ", resultado
FinAlgoritmo
```

Este pseudocódigo recibe dos números enteros y la operación a realizar, luego realiza la operación deseada y muestra el resultado.

**Respuesta:** La función que reciba dos números enteros y la operación a realizar y devuelva el resultado puede implementarse en PseInt siguiendo los pasos mencionados anteriormente.

Frequently asked questions (FAQs)
Math question: Solve the system of inequalities by graphing: 2x + 3y ≤ 6 and x - 3y > 1.
+
What is the sine value of an angle in degrees in a Trigonometric table?
+
What is the slope-intercept form of a line passing through the points (2, 3) and (4, 7)?
+
New questions in Mathematics
2x-y=5 x-y=4
The director of a company must transfer 6 people from the human resources department to the sales department, in order to sustain sales during the month of December. What is the probability that he will transfer only 2 of them?
(5u + 6)-(3u+2)=
The beta of a company is 1,41 and its cost of equity 18,95%. What is then the market risk premium if the risk free rate is 0,94%? (in %, 2 decimal places)
Divide 22 by 5 solve it by array and an area model
A pair of die is thrown and the absolute difference of the two scores is recorded. What is the probability of the absolute difference being 4 or more?
In a grocery store, when you take out 3 peppers and 4 carrots, there are 26 peppers and 46 carrots left. How many peppers and carrots were there initially?
The price per night of a suite at the Baglioni Hotel in Venice is 1896 euros, VAT included. The VAT in Italy is 25%. The hotel gets a return of 10% out of the price VAT included. a) What is the amount of VAT paid by the hotel for one
A circular window has a rubber molding around the edge. If the window has a radius of 250 mm, how long is the piece of molding that is required ? (To the nearest mm)
3 A tree is planted when it is 1.2 m tall. Every year its growth is 3/8 of its previous year's height. Find how tall the tree will grow.
Calculate the difference between 407 and 27
find missing measure for triangle area = 48 m square base = 10m heaighy = ? m
At the end of a lively discussion within your study group, your class neighbor, for the relevance of your points of view, asks your opinion on the subject of their debate which is the following question Am I the slave of my unconscious? Solve the problem posed by this subject in an argumentative production.
0<x<2π aralığındaki f(x)=x÷2 fonksiyonunun 0 < x < 4π için grafiğini çiziniz ve 0<x<2n için Fourier seri dönüşümünü gerçekleştiriniz.
8. Measurement Jillian measured the distance around a small fish pond to be 27 yards. What would be a good estimate of the distance across the pond: 14 yards, 9 yards, or 7 yards? Explain how you decided.
Solve for z: 2z-6=10z+2
a coffee shop has 9 types of creamer and 11 types of sweetener. In how any ways can a person make their coffee?
y’’ -4y’ +4y = (12x^2 -6x)e^2x Y(0)= 1 Y’(0)=0 Y(x)=c1y1+c2y2+yp
(3b)⋅(5b^2)⋅(6b^3)
The car with an irresponsible driver starts to brake when it goes through a red light. When passing the traffic light, he does so at a speed of 115 kph in the right lane. Further ahead, 70 meters from the traffic light, a child is crossing the street and falls. If the effect of the car's brakes is equivalent to a deceleration of magnitude 5.7m/s². Is the child hit by the car or not? How far from the traffic light does the car stop?