photo

d bhaskar


Last seen: 1년 초과 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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...

1년 초과 전 | 0

| 수락됨

답변 있음
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

1년 초과 전 | 0

답변 있음
while 1 and fget1 loop.
a=1; while 1 a=a+1; if(a>100) break end end

1년 초과 전 | 0