Emmanuel Idachaba - MATLAB Cody - MATLAB Central

Emmanuel Idachaba

129585
Rank
1
Badge
10
Score
1 – 2 of 2

Emmanuel Idachaba submitted a Comment to Problem 167. Pizza!

function [Volume] = findVolume(r,h) input(radius of pizza is: ); input(thickness of pizza is: ); Volume = pi*r*r*h; end % The output "produce" pizza, which got me salivating.

on 2 Sep 2016

Emmanuel Idachaba received Commenter badge for Problem 167. Pizza!

on 2 Sep 2016

1 – 2 of 2
Go to top of page