How many legs 100 cows have
Mostra commenti meno recenti
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
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!