TGTGInsighttelegram intelligenceLIVE / telegram public index
← Computer Programming
Computer Programming avatar

TGINSIGHT POST

Post #25

@cpp_sirius

Computer Programming

Visninger136Antall visninger
Publisert29. sep.29.09.2025, 17:02
Innhold

Innholdet i innlegget

// <------------Math----------> // daraja, ildiz, modul // pow -> power - daraja int side, area; cout<<"Enter the side of the square: "; cin>>side; area = pow(side, 2); cout<<"Area is : "<<area;