Foundationda 6-dars

isoqjon nematov - Aug 17 - - Dev Community

Bugun biz C++ kodlash tilida kodni yozdik

include

include

include

using namespace std;
int main(){

int a = 7;
int b = a + 4;

cout << b++ + 2 << endl;
cout << a++ + b << endl;
cout << b - 3 << endl;
cout << a * 2 << endl;
cout << a++ + 1 << endl;
cout << a << endl;
cout << b;
return 0;
Enter fullscreen mode Exit fullscreen mode

}
bu kodni ishlashi shunday bu kod orqali siz ayrim matematik amallarni bajarishingiz mumikin.

. . . .
Terabox Video Player