Write a literal corresponding to the value of the first 6 digits of PI (“three point one four one five nine”).
LANGUAGE: C++
CHALLENGE:
Write a literal corresponding to the value of the first 6 digits of PI (“three point one four one five nine”).
SOLUTION:
3.14159
Posted in C++, Learn To Code