Computer Science, asked by visitpriyankakumari5, 8 months ago

write Pseudocodes to do the following
to find the result of: (a * b)/(a + b)
where values of a and b are input
y user.​

Answers

Answered by tiwariakdi
0

The correct question may be like:

write Pseudocodes to do the following to find the result of: (a * b)/(a + b) where values of a and b are input y user.​

"To find the result of (a * b)/(a + b) where values of a and b are input by user, we can write the following pseudocode:

1. Input the value of a from the user

2. Input the value of b from the user

3. Calculate the numerator by multiplying a and b: numerator = a * b

4. Calculate the denominator by adding a and b: denominator = a + b

5. Calculate the result by dividing the numerator by the denominator: result = numerator / denominator

6. Output the result to the user

To find the result of (a * b)/(a + b), we need to first input the values of a and b from the user. Then, we can calculate the numerator by multiplying a and b. Similarly, we can calculate the denominator by adding a and b. Finally, we can calculate the result by dividing the numerator by the denominator. This result will give us the answer to the given expression. We can then output this result to the user."

For such more question on numerator

https://brainly.com/question/20712359

#SPJ11

Similar questions