Computer Science, asked by Arnav8688, 11 months ago

C++ program to calculate the sum of the digit of a number.

Answers

Answered by Anonymous
0

\huge\mathbb\green{BONJOUR,}

\huge\mathfrak{Answer:}

C++ Program to Display the Sum of the Digits of a given Number

C++ Program to Display the Sum of the Digits of a given Number* C++ program to Display the Sum of the digits of a given Number.

C++ Program to Display the Sum of the Digits of a given Number* C++ program to Display the Sum of the digits of a given Number.#include<iostream>

C++ Program to Display the Sum of the Digits of a given Number* C++ program to Display the Sum of the digits of a given Number.#include<iostream>using namespace std;

C++ Program to Display the Sum of the Digits of a given Number* C++ program to Display the Sum of the digits of a given Number.#include<iostream>using namespace std;int val, num, sum = 0;

C++ Program to Display the Sum of the Digits of a given Number* C++ program to Display the Sum of the digits of a given Number.#include<iostream>using namespace std;int val, num, sum = 0;cout << "Enter the number : ";

C++ Program to Display the Sum of the Digits of a given Number* C++ program to Display the Sum of the digits of a given Number.#include<iostream>using namespace std;int val, num, sum = 0;cout << "Enter the number : ";cin >> val;

C++ Program to Display the Sum of the Digits of a given Number* C++ program to Display the Sum of the digits of a given Number.#include<iostream>using namespace std;int val, num, sum = 0;cout << "Enter the number : ";cin >> val;num = val;

C++ Program to Display the Sum of the Digits of a given Number* C++ program to Display the Sum of the digits of a given Number.#include<iostream>using namespace std;int val, num, sum = 0;cout << "Enter the number : ";cin >> val;num = val;while (num != 0)

&lt;font color ="purple"&gt;&lt;marquee behavior ="alternate"&gt; ~♥~~♥~Hope It Helps~♥~~♥~&lt;/font color ="purple "&gt;&lt;/marquee behavior="alternate"&gt;

\huge\mathfrak{Regards}

\huge\mathbb\red{Aaravxxx}

Similar questions