How many legs 100 cows have

5 ビュー (過去 30 日間)
Frank Gilbert
Frank Gilbert 2022 年 5 月 13 日
回答済み: Voss 2022 年 5 月 13 日
I am just asking for the legs of cow! If one cow has four legs how many legs do 1000 cows poses??

回答 (1 件)

Voss
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
n_legs_total = 4000

カテゴリ

Help Center および File ExchangeBessel functions についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by