Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1) Create a program that prompts the user to enter a scalar value of temperature. If the temperature is greater than 98.6F, send a message
1) Create a program that prompts the user to enter a scalar value of temperature. If the temperature is greater than 98.6F, send a message to the command window telling the user that he or she has a fever. Hint use: input() and disp(). 2) Create a program that prompts the user to enter scalar value of score (0-100), and send a letter grade to the command window base on the following criteria. Hint: use if-elseif-else statements. Typo on the chart, any score below 60 should be E. 3) Use for loop structure to create a table that converts angles from degrees to radians, from 0 to 360 degrees in increments of 10 degrees. 4) Use for loop to compute the sum of the vector i.i=[1071379] 5) Find minimum of vector i using for loop, do not use the built-in min function. 6) Generate a vector of 100 random values with , and compute how many values are greater than 50 with for loop. Double check with logical operation at the end. 7) Plotting with for loop: y=154x+1010x+1010x90x
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started