September 2019 0 4 Report
Pytanie łatwe dla programistów
Proszę o przekształcenie tego programu tak aby działał, ponieważ siedze nad tym z 20 min i nic nie wykombinowałem XD
Język: C++

#include

using namespace std;

int main()
{
int tab[100],n,i=0;
cout<<"Podaj liczbe: ";
cin>>n;
while(n!=0)
{
if (n%2!=0)
{
tab[i]=1;
}
{
if(n%2!==0)
{
tab[i]=0;
}
n/=2;
i++;
}
for(int j=i+1;j>=0,j++)
{
cout< }
}


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.