I was able to make it run by typing:
main 5
But that gives it a value to start with. Is there a way to make a program
run without having to supply it with a value like that? I would like to
have a program run, and in the program have it give prompts as to what type
of value to enter. Such as:
printf("Enter 5 integers:");
scanf("%d%d%d%d%d",&x, &y,&z,&a,&b);
On 4/13/07, Amelia Stein <[EMAIL PROTECTED]> wrote:
Typing main" gives:
┌────┬─┐
│main│"│
└────┴─┘
The program doesn't execute.
On 4/13/07, John Randall < [EMAIL PROTECTED]> wrote:
>
> Amelia Stein wrote:
> > But now how do I execute the code?
>
> Type
>
> main''
>
> in the ijx window.
>
> Best wishes,
>
> John
>
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm