Queremos crear un diagrama general para calcular el área de un triangulo.
Este será algo como:
- Definir variables
- Pedirle al usuario que introduzca los valores deseados (de las variables).
- Leer los valores deseados y asignarlo a la variable correspondiente.
- Realizar la operación para calcular el área.
- Mostrar en pantalla el resultado.
Como naturalmente habra algunas variaciones segun el programa que utilicemos, lo voy a escribir de forma bastante general.
Primero definamos nuestras variables:
Por ejemple, en fortran usariamos algo como:
real:: B, H, A
Donde B será la variable que usaremos para la base, H para la altura, y A para el área.
Luego tenemos que escribir en pantalla algo que le diga al usario que debe introducir la base y el area.
Luego el programa debe ser capaz de leer ese input.
con algo de la forma:
B = read*input 1
H = read*input 2
Una vez tenemos definidas las variables, simplemente calculamos el área del triangulo:
A = H*B/2
Finalmente la podemos mostrar en pantalla con algo como:
print(A).
Lo que nos mostraría el valor del área.
Concluyendo, el diagrama en general sería:
- Definir variables
- Pedirle al usuario que introduzca los valores deseados (de las variables).
- Leer los valores deseados y asignarlo a la variable correspondiente.
- Realizar la operación para calcular el área.
- Mostrar en pantalla el resultado.
Si quieres aprender más, puedes leer:
brainly.com/question/21949109
True. It would be false if the statement was "trunk rotation is the most common <em>static</em> flexibility assessment."
So, you're answer should be "true". Hope that helped!
Answer:
Explanation:
we humans have our own ify classification for celestial objects, most people are saddened that pluto is not a planet anymore altho it hasn't changed at all.
scientist say that if an object is going to be considered a planet it must fill in these three checkboxes:
You must be spherical, you must orbit a star, and you must have already cleared your path or debris.
Pluto fills in the first two boxes but it does orbit in the keyperbelt and there are 5 other objects just like it. this is why pluto has been dubbed a dwarf planet.
Answer:
Part a)

Part b)
if both sides are rough then it will reach the same height on the other side because the energy is being conserved.
Part c)
Since marble will go to same height when it is rough while when it is smooth then it will go to the height

so on smooth it will go to lower height
Explanation:
As we know by energy conservation the total energy at the bottom of the bowl is given as

here we know that on the left side the ball is rolling due to which it is having rotational and transnational both kinetic energy
now on the right side of the bowl there is no friction
so its rotational kinetic energy will not change and remains the same
so it will have

now we know that


so we have




so the height on the smooth side is given as

Part b)
if both sides are rough then it will reach the same height on the other side because the energy is being conserved.
Part c)
Since marble will go to same height when it is rough while when it is smooth then it will go to the height

so on smooth it will go to lower height