Answer: print("I can code")
Explanation:
luckily im a coder
<caption> element.
It is used to add a caption to a HTML table. With CSS, it
may be positioned right at the bottom of the table but in HTML, it must appear
as the 1st descendant of a parent <table>. Note that you can
specify only one caption in a single table.
Answer:
import java.util.Scanner;
public class num6 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int product=0;
do{
System.out.println("Enter a number");
int num = in.nextInt();
product = num*10;
System.out.println("The product is " + product);
}while (product<100);
}
}
Explanation:
In the Java program above, The user will be prompted to enter a number.
The number is multiplied by 10 and assigned to a variable called product.
A do....while loop has been implemented to check the variable product
As long as this variable is less than 10, the user will be prompted to enter another number.
Answer:
a) to persuade
she is doing this to propose an idea to the boss of the company
File | Home | Insert | Design | Page Layout | References | Mailings | Review | View