subject

1. open a new script file and save it in your current working directory. 2. use the input() function to prompt the user to enter a value for theta in degrees and assign it to a variable. use the following prompt: enter a value for the angle (theta) in degrees: 3. use the disp() function with the num2str() function or int2str() function to show the user their choice for theta. use the following statement for displaying the user-entered data: you have entered theta = x degrees. here x is the value of theta entered by the user. 4. use the input() function to prompt the user to enter a value for w in newtons and assign it to a variable. use the following prompt: enter a value for the weight (w) in newtons: 5. use the disp() function with the num2str() function or int2str() function to show the user their choice for w. use the following statement for displaying the user-entered data: you have entered w = x newtons. here x is the value of w entered by the user.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:20
Write a program that reads a file consisting of students’ test scores in the range 0–200. it should then determine the number of students having scores in each of the following ranges: 0–24, 25–49, 50–74, 75–99, 100–124, 125–149, 150–174, and 175–200. output the score ranges and the number of students. (run your program with the following input data: 76, 89, 150, 135, 200, 76, 12, 100, 150, 28, 178, 189, 167, 200, 175, 150, 87, 99, 129, 149, 176, 200, 87, 35, 157, 189.)
Answers: 3
question
Computers and Technology, 23.06.2019 01:10
Problem 1 - hashing we would like to use initials to locate an individual. for instance, mel should locate the person mark e. lehr. note: this is all upper case. generate a hash function for the above using the numbers on your telephone. you know, each letter has a number associated with it, so examine your telephone keypad. generate 512 random 3 letter initials and take statistics on a linked list array size 512 to hold this information report how many have no elements, 1 element, 2 elements, does this agree with the hashing statistics distribution?
Answers: 1
question
Computers and Technology, 24.06.2019 13:00
Refer to the figure and match the theorem that supports the statement.οΏΌ1.if chords are =, then arcs are =.if bc = de, then arc bc = arc de2.if arcs are =, then chords are =.if arc bc = arc de, then bc = de3.diameters perpen
Answers: 3
question
Computers and Technology, 24.06.2019 13:20
In the insert table dialog box, you select the checkbox to create the first row as the header of the table.
Answers: 3
You know the right answer?
1. open a new script file and save it in your current working directory. 2. use the input() function...
Questions
Questions on the website: 13722361