Answer:
c. prompt(text[,default Input])
Explanation:
In javaScript the prompt() method displays a dialog box which allows the user input text required by the program.
The type of activities that are ideal for a robot to perform are; Repetitive tasks
Robots are machines that are programmable by a computer which have the capacity of automatically carrying out a complex series of actions.
Now, robots are used in a wide array of industries which include manufacturing, assembly and packaging, transport, earth and space exploration, e.t.c.
The most common use are found primarily in the automobile industry where they are used to carry out repetitive tasks and those that are difficult or hazardous for humans.
Read more about robots at; brainly.com/question/9145476
Answer: When you declare a variable, you should also initialize it. Two types of variable initialization exist: explicit and implicit. Variables are explicitly initialized if they are assigned a value in the declaration statement. Implicit initialization occurs when variables are assigned a value during processing.
Explanation:
For example, in JavaScript
var PaintAmount = 50; -declare and initialize
function setup() {
creatCanvas(200, 200);
}
function draw() {
ellipse(PaintAmount, PaintAmount) -use the variable PaintAmount
}
or rather in Java,
package random;
public class something() {
Public static void Main(String []args) {
string name; // this is declaring the variable with the example type
string name = new string; //this initializes the declared variable
}
}
.
Open your text editor, such as TextEdit, or word processor, such as Pages or Microsoft Word.
2.
Open a document and click your cursor in front of whitespace where you can enter a character.
3.
Press the key combination "Shift-\" to type the "|" symbol.
Two of the three tables in his database should have foreign keys that link to primary keys in one of the other tables. That way he can join the tables together.