int main(){
 double mum = 0;
 Write("enter a number: ")
 readf(" %s\n",&num);
 Writeln(num);

}

How do I return the complete number the user enter since I don't since the user can enter numbers of various length with dmd approximating it.

I will appreciate any help

Reply via email to