Answer:
It can run a bunch of special command that coder implanted and when you a normal person clicks something it runs smooth with no difficulty.Which of the following job duties would a person in marketing preform
Answer: Hello There!.............
advertisement design
If there in marketing then they are trying to sell stuff and what better way to sell stuff then advertising your product
Explanation:
Mark me brainest please. Hope this helps. Anna ♥
Write the use of these computers.
Analog computer
Mainframe computer
Mini computer
Laptop computer
Desktop Computer
Answer:
i not know mainframe computer there is many use of computer
Answer:
There used for school, and googol
Explanation:
lol
What is an example of an Experience component within an enterprise platform?
Answer:
A
Explanation:
A system used for processing customer payments. A tool used to coordinate recruitment of new employees. A mobile app used by customers to place orders.
1.11 Additional practice: Output art1.12 zyLab training: BasicsWhile the zyLab platform can be used without training, a bit of training may help some students avoid common issues.The assignment is to get an integer from input, and output that integer squared, ending with newline. (Note: This assignment is configured to have students programming directly in the zyBook. Instructors may instead require students to upload a file). Below is a program that's been nearly completed for you.Click "Run program". The output is wrong. Sometimes a program lacking input will produce wrong output (as in this case), or no output. Remember to always pre-enter needed input.Type 2 in the input box, then click "Run program", and note the output is 4.Type 3 in the input box instead, run, and note the output is 6.When students are done developing their program, they can submit the program for automated grading.Click the "Submit mode" tabClick "Submit for grading".The first test case failed (as did all test cases, but focus on the first test case first). The highlighted arrow symbol means an ending newline was expected but is missing from your program's output.Matching output exactly, even whitespace, is often required. Change the program to output an ending newline.Click on "Develop mode", and change the output statement to output a newline: print(userNumSquared). Type 2 in the input box and run.Click on "Submit mode", click "Submit for grading", and observe that now the first test case passes and 1 point was earned.The last two test cases failed, due to a bug, yielding only 1 of 3 possible points. Fix that bug.Click on "Develop mode", change the program to use * rather than +, and try running with input 2 (output is 4) and 3 (output is now 9, not 6 as before).Click on "Submit mode" again, and click "Submit for grading". Observe that all test cases are passed, and you've earned 3 of 3 points.userNum = int(input())userNumSquared = userNum + userNum # Bug here; fix it when instructedprint(userNumSquared, end=' ') # Output formatting issue here; fix it when instructed
Following are Python programs to the given question:
userNum = int(input())#defining a variable userNum
userNumSquared = userNum * userNum#defining a userNumSquared that calculates the square value of userNum
print(userNumSquared)#print squared value
Output:
60
3600
Program explanation:
In the above-given python code, a variable "userNum" is declared that uses an input method with the int that only takes an integer value as an input.In the next line, another variable "userNumSquared" is declared that is used to calculates the square value of "userNum". After holding the square value it uses the print method to prints its calculated value.Learn more:
brainly.com/question/14484366
which of the following generations does natural language fall into
Answer:
2021
Explanation:
Answer:
What following you didn't write the full question ?