For the first question, you would just add the parenthesis to the string mutation1:
String word = "sadly";
String mutation1 = "(" + word + ")";
For the second you need the method substring from the String class:
It is defined as String.substring(begining, ending);
String name = "Smith";
String firstCharacter = name.substring(0, 1);
0 is considered the beginning of the string, then you get the next 1 characters.
Answer: Browse-wrap contract
Explanation: A browse-wrap contract is the contract in which consumer's review is basic terms of the agreement is not required rather the website provides the agreement through browsing.It is an enforceable agreement which requires the terms and the concept to be the actual in the website and the user's consent is a required after going through that agreement.
Answer:
im going off of what i know =( 2 screw driver 3 zip ties 5 needle nose plyers 8 can air
Explanation:
To use image as a link in HTML, use the <img> tag as well as the <a> tag with the href attribute. The <img> tag is for using an image in a web page and the <a> tag is for adding a link. Under the image tag src attribute, add the URL of the image. With that, also add the height and width.
-tutorialspoint