5lab(8)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { int a = 12345679; int x = 9,s; for(int i =0;i < 9;i++){ s = a*x; cout << a << "*" << x << "=" << s<< endl; x += 9; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines