Home c++ How to build a number into a degree

How to build a number into a degree

Author

Date

Category

((a + b + c) * pi) ^ 2

How to build a degree expression in C language?


Answer 1, Authority 100%

# include & lt; math.h & gt;
Float Y = POW ((A + B + C) * PI, 2);

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions