Notes
Notes - notes.io |
clear
miesiac=input('podaj numer miesiąca = ');
switch miesiac
case {1 3 5 7 8 10 12}
disp ('Liczba dni miesiąca 31')
case {4 6 11}
disp ('Liczba dni miesiąca 30')
case 2
disp ('Liczba dni miesiąca 29')
otherwise
disp ('Nieprawidłowy numer miesiąca')
end
clc
clear
a=input('podaj wartość a ');
b=input('podaj wartość b ');
znak=input('wybierz * lub / ', 's') ;
if znak=='/'
x=a / b;
disp(['wynik ', num2str(x)])
elseif znak=='*'
x1=a .* b;
disp(['wynik ', num2str(x1)])
else
disp('źle wybrany znak')
end
clc
clear
n=input('podaj liczbę do której będzie mnożyć liczby ' );
while n<=0
n=input('złe dane podaj inną liczbę');
end
k=2;
wynik=1;
while k<=n
wynik = wynik + k;
k=k+2;
end
disp(['wynik ', num2str(wynik)])
clc
clear
miesiac=input ('podaj miesiąc=');
if miesiac==1 || miesiac==3 || miesiac==5 || miesiac==7 || miesiac==8 ||miesiac==10 || miesiac==12
disp ('liczba dni miesiąca wynosi 31')
elseif miesiac==4 || miesiac==6 || miesiac==9 || miesiac==11
disp ('liczba dni miesiąca wynosi 30')
elseif miesiac==2
disp ('liczba dni miesiąca wynosi 29')
else
disp ('nieprawidłowe')
end
clc
clear
n=input('ile będziesz wprowadzał liczb = ');
x=1:n;
k=1;
while k<=n
a=input('podaj liczbę: ');
x(1,k)=a;
k=k+1;
end
wynik=0;
for m=1:n
liczba = x(1,m);
wynik=wynik+liczba;
m=m+1;
end
disp(['Iloczyn podanych liczb wynosi: ', num2str(wynik)])
clc
clear
a=input('podaj liczbe a ');
b=input('podaj liczbe b ');
x=input('podaj działanie * / ', 's');
if x=='*'
wynik=a.*b ;
disp(['wynik ', num2str(wynik)])
elseif x=='/'
wynik=a/b;
disp(['wynik ', num2str(wynik)])
else
disp('błąd')
end
clc
clear
x=randn;
disp (['wylosowano ' , num2str(x)])
if x<0
disp('wygrało kasyno')
elseif x>0 && x<1
disp('wygrał gracz 1')
else x > 1;
disp('wygrał gracz 2')
end
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team