Bài thực hành KTLT số 1 Khoa Điện (lớp N28)

Bài thực hành tin đại cương liên quan đến nhập xuất và tính toán đơn giản



Comments


  • 0
    nguyendangkieu2503  commented on Sept. 14, 2021, 2:39 a.m.

    include<iostream>

    include<cmath>

    using namespace std; int main() { double r,pi; pi=3.14159; cout<<" ";cin>>r; double volume = (4/3.0)pirrr; cout<<" VOLUME = "<<volume; return 0; }