How many legs 100 cows have

I am just asking for the legs of cow! If one cow has four legs how many legs do 1000 cows poses??

Risposte (1)

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

Categorie

Scopri di più su MATLAB in Centro assistenza e File Exchange

Richiesto:

il 13 Mag 2022

Risposto:

il 13 Mag 2022

Community Treasure Hunt

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

Start Hunting!

Translated by