Here is a way to craft your own worksheets. You will also learn J in the process. Here are the steps:
A is the verb you want to use B is the set of numbers you want to include on top of table C is the left vertical column R an array of the results ER is a blank set of empty boxes for the answers Here's the code. Cut and paste into jqt in new temp or jijx in JHS. Run to code. In jqt edit and session font allows you to change the size appropriate for your grade level. In JHS you use ctrl + or ctrl - to change the size. ]A=:<' + ' ----┐ │ + │ L---- ]B=:(<"0) 73 35 6 52 ---T--T-T--┐ │73│35│6│52│ L--+--+-+--- ]C=:,.(<"0) 5 705 3 ----┐ │5 │ +---+ │705│ +---+ │3 │ L---- ]R=:5 705 3 +/73 35 6 52 78 40 11 57 778 740 711 757 76 38 9 55 ]ER=:($R)$<' ' --T-T-T-┐ │ │ │ │ │ +-+-+-+-+ │ │ │ │ │ +-+-+-+-+ │ │ │ │ │ L-+-+-+-- A,B ----T--T--T-T--┐ │ + │73│35│6│52│ L---+--+--+-+--- C,"1 ER ----T-T-T-T-┐ │5 │ │ │ │ │ +---+-+-+-+-+ │705│ │ │ │ │ +---+-+-+-+-+ │3 │ │ │ │ │ L---+-+-+-+-- (A,B),"2 C,"1 ER ----T--T--T-T--┐ │ + │73│35│6│52│ +---+--+--+-+--+ │5 │ │ │ │ │ +---+--+--+-+--+ │705│ │ │ │ │ +---+--+--+-+--+ │3 │ │ │ │ │ L---+--+--+-+--- If you do not want to see individual results until the end remove any symbols like this: ] Also you can print from either version of J . Probabably then the easiest thin is to cut and paste a worksheet to your own liking. Hope this is useful Linda ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
