oblicz objętość sześcianu o boku a w algorytmie C++ typu: #include using  namespace std; main() {

oblicz objętość sześcianu o boku a w algorytmie C++ typu: #include using  namespace std; main() {
Odpowiedź

//licze na naj...     #include #include using namespace std; int _tmain(int argc, _TCHAR* argv[]) {     int a=0;     cout << "Podaj bok a: ";     cin >> a;     cout << " V = " << a*a*a;     cout << " "; }

Dodaj swoją odpowiedź