Computer Science, asked by blacklistanthony, 8 months ago

how to draw equivalent flowchart and pseudo code each given
1. answer= (A+B+C)/Y
2. convert from the Celsius to Fahrenheit (C(9/5)+32)
3. area of a circle (IIr^3)
4. volume of a sphere ((4/3)IIr^3)
5. average speed= distance traveled/time taken(S=D/T)

Answers

Answered by salunkhesp197
0

Answer:

Algorithm Step1 Start Step2 Read the input of temperature in Celsius (say C) Step3 F=(9*C)/ 5+32 Step4 Print temperature in fahrenheit is F ...

Similar questions