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 01:40
Kali, a python programmer, is using the turtle module to write the word “hello.” which code should she use to indicate the location to begin writing the word? a # pick up the turtle and move it to its starting location. b penup(-100, 200) goto() pendown() c penup() goto(-100, 200) pendown() d # pick up the turtle and move it to (-100, 200)
Answers: 2
question
Computers and Technology, 22.06.2019 15:30
Whats are the different parts of no verbal comunication, especially body language?
Answers: 3
question
Computers and Technology, 22.06.2019 23:00
In which part of a professional email should you try to be brief, but highly descriptive?
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
1. which of the following statements are true about routers and routing on the internet. choose two answers. a. protocols ensure that a single path between two computers is established before sending packets over it. b. routers are hierarchical and the "root" router is responsible for communicating to sub-routers the best paths for them to route internet traffic. c. a packet traveling between two computers on the internet may be rerouted many times along the way or even lost or "dropped". d. routers act independently and route packets as they see fit.
Answers: 2
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: 13722363