Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
#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