August 2018 3 39 Report
#include <iostream.h>
main()
{
int i ; //definicja obiektu int o nazwie i
cout << "Podaj jakas liczbe: ";
cin >> i ;
if (i - 4) cout << " zmienna i mala wartosc inna niz 4" ;
else cout << " zmienna i mala wartosc rowna 4" ;

}

Mam napisany program C++.
Co trzeba wpisać żeby po wykonaniu polecenia program się automatycznie nie zamykał
More Questions From This User See All

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.