TGTGInsighttelegram intelligenceLIVE / telegram public index
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;