*If the length of the diagonal of a square is 16 cm, then its perimeter will be
option :
(A) 32 cm
(B)
(C) 64 cm
(D)
Answers
Answered by
0
Answer:
Two or more statements can be grouped together by enclosing them between opening and closing curly braces. Such a group of statements is called a compound statement.
if (a < b) {
/*
* All statements within this set of braces
* form the compound statement
*/
System.out.println("a is less than b");
a = 10;
b = 20;
System.out.println("The value of a is " + a);
System.out.println("The value of b is " + b);
}
Answered by
0
Step-by-step explanation:
as the perimeter of square =4a=4×16cm=64cm(option c)
Similar questions