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:
<h3>You can place watermarks and other recurring elements on a DTP document by following the points below:</h3><h3 />
- Open the DTP document on which watermark is to be placed.
- Click on Page Layout tab
- Locate the Page Background group and click it.
- Select the Watermark Option and then select Custom watermark.
- A box will open when you click the Text Watermark.
- Type the text you want and click on Insert.
- All other changes can be done using options.
<h3>I hope it will help you!</h3>
Answer:
Thats good
Explanation:
Thanks for the points~! ;)