Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
using namespace std; int main() { cout << "Square root of 64 is: " << sqrt(64) << "\n"; cout << "Round 2.6 to the nearest integer: " << round(2.6) << "\n"; cout << "The natural logarithm of 2 is: " <
Square root of 64 is: 8
Round 2.6 to the nearest integer: 3
The natural logarithm of 2 is: 0.693147