June 2022 1 5 Report
Zadanie: napisz program w c++ który liczy ile jest '3' w podanej liczbie.
mam coś takiego:

#include
using namespace std;
int main()
{
int liczba, wynik=0, x=0;
cout<<"Podaj liczbe: ";
cin>>liczba;
while(liczba>0)
{
wynik+=liczba%10;
if(liczba==3)
x+=1;
liczba/=10;
}
cout<<"Trójek jest: "< return 0;
}

według mnie jest warunek żeby liczba była 3 i wtedy dodajemy do wyniku że jest trójka mimo to nie wychodzi mi i nie wiem o co chodzi, pomożesz?

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.