February 2019 0 9 Report
Gdzie tu błąd w okolicy "for(int a!=0; a--);"
#include <iostream>

using namespace std;

int a;

int main()
{
cout<<"Odliczanie czasu"<<endl;
cout<<"Podaj dodatnia liczbe sekund do odliczania"<<endl;
cin>>a;

for(int a!=0; a--);

return 0;
}
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.