Here is some ranting.
You haven't specified programming language. And every type of loop runs only when a condition is true (that is the definition of a loop).
And here is the answer.
Well, there is [code]for[/code], [code]while[/code] and in some languages even [code]do while[/code].
Hope this helps.
Answer:
how do we answer that question when there is no choices to chose from
Explanation:
Answer:
public class TextMessage
{
private String message;
private String sender;
private String receiver;
public TextMessage(String from, String to, String theMessage)
{
sender = from;
receiver = to;
message = theMessage;
}
public String toString()
{
return sender + " texted " + receiver + ": " + message;
}
}
Answer:
A
Explanation:
I am not 100% sure but without the shaping data, data can still be merged from multiple sources.
The answer & explanation for this question is given in the attachment below.