How many legs 100 cows have
5 ビュー (過去 30 日間)
古いコメントを表示
I am just asking for the legs of cow! If one cow has four legs how many legs do 1000 cows poses??
0 件のコメント
回答 (1 件)
Voss
2022 年 5 月 13 日
n_legs_per_cow = 4; % one cow has 4 legs
n_cows = 1000; % 1000 cows
n_legs_total = n_cows*n_legs_per_cow
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Bessel functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!