ASSIGMENT

Biz bugun assigmentni organdik .

int main1() {

int a= 10;
string ism = “davron”;
cout << a << endl;
cout << ism << endl;
a =20;
ism =”kimsan”;
cout << a << endl;
cout << ism;
return 0;

}

Hatoki mas…


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Charos1mm

Biz bugun assigmentni organdik .


int main1() {

int a= 10;
string ism = "davron";
cout << a << endl;
cout << ism << endl;
a =20;
ism ="kimsan";
cout << a << endl;
cout << ism;
 return 0;

}

Hatoki masalalar yechishni ham organdik.

#include <iostream>
#include <cmath>
using namespace std;
int main () {
double L;
cin >> L;
  float PI = 3.14;
  float r = L/ (2*PI);
  float S =PI * (r * r);
  cout << round (S);
return 0;
}

KUNDAN KUNGA DARSIMIZA QIZIQARLI BOLIB BORMOQDA.BIZLAR JUDA KOP NARSALARNI ORGANDIK .
MASALAN BULARGA MISOL: # include <iostream > bu digani kutbxona chaqirish digani, /degani bu butun son chiqarish degani,%esa qoldig'ini chiqarib beradi,assignment ham organdik.

Assignmentbiz yozgan ko'dlarni qisqartirib yozib beradi.

b = b + a; // b += a
b = b - a; // b -= a
b = b / a; // b /= a
b = b * a; // b *= a

@dawroun


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Charos1mm


Print Share Comment Cite Upload Translate Updates
APA

Charos1mm | Sciencx (2022-12-23T13:47:43+00:00) ASSIGMENT. Retrieved from https://www.scien.cx/2022/12/23/assigment/

MLA
" » ASSIGMENT." Charos1mm | Sciencx - Friday December 23, 2022, https://www.scien.cx/2022/12/23/assigment/
HARVARD
Charos1mm | Sciencx Friday December 23, 2022 » ASSIGMENT., viewed ,<https://www.scien.cx/2022/12/23/assigment/>
VANCOUVER
Charos1mm | Sciencx - » ASSIGMENT. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/12/23/assigment/
CHICAGO
" » ASSIGMENT." Charos1mm | Sciencx - Accessed . https://www.scien.cx/2022/12/23/assigment/
IEEE
" » ASSIGMENT." Charos1mm | Sciencx [Online]. Available: https://www.scien.cx/2022/12/23/assigment/. [Accessed: ]
rf:citation
» ASSIGMENT | Charos1mm | Sciencx | https://www.scien.cx/2022/12/23/assigment/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.