lab3 2

Run Settings
LanguageC++
Language Version
Run Command
#include<iostream> #include<cmath> using namespace std; int main() { int digit; cout << "enter an integer" << endl; cin >> digit; if (digit % 3 == 0) { cout << "divide"; } else { cout << " do not divide"; } }
Editor Settings
Theme
Key bindings
Full width
Lines