Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

with matlab 2- (25 points) Script input/output: (a script.m file is required for this question) a) (10 points) Write commands to ask for a student's

with matlab image text in transcribed
2- (25 points) Script input/output: (a script.m file is required for this question) a) (10 points) Write commands to ask for a student's name, ID, and Quiz 1 score from Command Window. Save these three variables as name, id, and score. name = input("What is your name?:","s") id = input("What is your student ID?:", "s") score = input("What was your Quiz 1 score?: ","s") b) (15 points) Output the information you get from (a), such as name, id, and quiz 1 score, in the following format: (Use Matlak command "print" for this question) This is course BE 1500 My name is: Yesfang Ruan My student ID is: HB9662 I got 96% for Quiz 1 You need to replace the name, ID, and quiz 1 score with your information (in red)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Access Patterns Database Interactions In Object Oriented Applications

Authors: Clifton Nock

1st Edition

0321555627, 978-0321555625

More Books

Students also viewed these Databases questions

Question

Factor. 2 x + 12x+36

Answered: 1 week ago

Question

Describe Table Structures in RDMSs.

Answered: 1 week ago