naama Wrote:

> How am I get a integer nimber from the user? (readln()?)
> 
> the command line is:
> ???

import std.cstream;
int number;
din.readf( "%d", &number );
  • input naama
    • Re: input Michael P.

Reply via email to