photo

d bhaskar


Last seen: plus d'un an il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Develop a program to display outputs based on inputs
clc clear all a=input('Enter Age in Years (1 to 120)='); if(a<17) fprintf("You can not Vote'); fprintf('Please take Your Vot...

plus d'un an il y a | 0

| A accepté

Réponse apportée
How to create an array with user inputs?
clc clear all n=2; m=2; for i=1:n for j=1:m fprintf('Enter a(%d,%d)=',i,j); a(i,j)=input(''); end end

plus d'un an il y a | 0

Réponse apportée
while 1 and fget1 loop.
a=1; while 1 a=a+1; if(a>100) break end end

plus d'un an il y a | 0