30.0k views
3 votes
#include

using namespace std;
int main()
{
int x,y=0;
x=1123;
while (x!=0){
y+=x%10;
x/=10;
}
cout< }

1 Answer

6 votes

Answer:

main aapki madad karna chahti hun per Mujhe Ae Jahan question Nahin Aata sorry I don't know

sorry dear friend

Explanation:

ok I don't know

User Gheorghe Graur
by
4.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.