Computer Science, asked by BLUSHINGGIRL80, 4 months ago

find the numeric variable ​

Attachments:

Answers

Answered by anindyaadhikari13
1

Required Answer:-

Given C∅de:

R = 9

P = 2 * 3.14 * R

PRINT P

END

To Find:

  • Output.

Output:

  • 56.52

Solution:

Given that,

→ R = 9

Calculating P,

→ P = 2 * 3.14 * R

→ P = 2 * 3.14 * 9

→ P = 6.28 * 9

→ P = 56.52

So, the value of P is 56.52

P is displayed on the screen.

Therefore,

Output: 56.52

•••♪

Similar questions