Page 1 of 1

QUESTION 23 Suppose you want to ask the user to input a value into a program, and assign it to the variable A. What is t

Posted: Sun Jul 10, 2022 11:27 am
by answerhappygod
Question 23 Suppose You Want To Ask The User To Input A Value Into A Program And Assign It To The Variable A What Is T 1
Question 23 Suppose You Want To Ask The User To Input A Value Into A Program And Assign It To The Variable A What Is T 1 (46.78 KiB) Viewed 51 times
QUESTION 23 Suppose you want to ask the user to input a value into a program, and assign it to the variable A. What is the correct Matlab syntax? O input(Please input a value for A \n,A); O A=input 'Please input a value for A'; A=('Please input a value for A'); None of these is the correct syntax input('Please input a value for A')=A O A=input('Please input a value for A');