Server IP : 172.16.15.8 / Your IP : 18.217.10.200 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/bsjackson/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
// // Check the modulo operations and increment // #include <iostream> #include (cmath) using namespace std; int main() { cout << "Cubic root of 2 is " << pow(2, 1./3) endl; cout << 11 % 4 << endl; float x = 3.14; x *= 2; cout << "3.14*2 = " << x << endl; return 0; }