Computer Science, asked by ojhanischal100, 3 months ago

write an algorithm to find the volume of cuboid plz photo

Answers

Answered by jai696
2

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

w, l, h = list(map(int, input("enter w, l & h: ").split()))

print(f"cuboid volume: {w * l * h}")

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions