Computer Science, asked by rohit1515, 3 months ago

If the condition in a loop is false in the first step itself, we get ............................
ERROR
NO OUTPUT
EXECUTE​

Answers

Answered by itzpikachu76
0

Explanation:

S O L U T I O N :

\underline{\bf{Given\::}}

Given:

The perimeter of a rhombus is 60 cm. If the length of its longer diagonal measures 24 cm.

\underline{\bf{Explanation\::}}

Explanation:

As we know that formula of the perimeter of rhombus;

\boxed{\bf{Perimeter = 4 \times side}}

Perimeter=4×side

A/q

\mapsto\tt{Perimeter\:of\:rhombus = 4 \times side}↦Perimeterofrhombus=4×side

\mapsto\tt{60 = 4 \times side}↦60=4×side

\mapsto\tt{Side = \cancel{60/4}}↦Side=

60/4

\mapsto\tt{Side = 15\:cm}↦Side=15cm

Therefore,the all side of rhombus will be 15 cm .

Now, attachment a figure, a/c question:

In ΔOCB :

AC = 24 cm

OC = 1/2 AC

OC = 1/2 × 24

OC = 12 cm

Using by Pythagoras Theorem :

→ (Hypotenuse)² = (Base)² + (perpendicular)²

→ (BC)² = (OC)² + (OB)²

→ (15)² = (12)² + (OB)²

→ 225 = 144 + 0B²

→ OB² = 225 - 144

→ OB² = 81

→ OB = √81

→ OB = 9 cm

&

BD = 2 × OB

BD = 2 × 9

BD = 18 cm

Thus,

The shorter diagonal will be 18 cm

Answered by V3ND3TT4
4

Answer:

NO OUTPUT

Explanation:

IF WE DEFINED ANY PRINT STATEMENT IT'LL PRINT THAT STATEMENT ELSE IT'LL EXCUTE AND BLANK OUTPUT example: if(5>10): print("455h0l3 study maths")

else: print("Ur the best one")

Similar questions