Skip to content

Instantly share code, notes, and snippets.

@OwiseKyawMinOo
Created March 9, 2018 15:58
Show Gist options
  • Save OwiseKyawMinOo/361da56b54855d65b45674cc80d65580 to your computer and use it in GitHub Desktop.
Save OwiseKyawMinOo/361da56b54855d65b45674cc80d65580 to your computer and use it in GitHub Desktop.
%Project 5
%Owise Kyaw Min Oo
Click=0;
while Click~=6
Click=menu('Programming Languages Creators','C','C++','C#','Python',...
'Java','Exit');
if Click==1
disp('Dennis Ritchie')
pause
elseif Click==2
disp('Bjarne Stroustrup')
pause
elseif Click==3
disp('Anders Hejlsberg')
pause
elseif Click==4
disp('Guido Van Rossum')
pause
elseif Click==5
disp('James Gosling')
pause
end
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment