Write your question here.
1.The user writes a nubmer.Write a program to count the digits of the number.
2.The user writes a number.Write a program that imprints the digits of the number starting from the digit of the ones.
3.The user enters some numbers.The number entering stops when the user enters 0.Write a program to show the biggest of set numbers.
I'm really not that familiar with C++ i will aprecciate it if u use the
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{...............
The tasks i need to do are with DO-WHILE loops :)