If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have a coursework,I know that is quiet easy,but I don't know how to start to do it
" read integers,print to screen each different integer appears times"
Since any integer value can be entered IMO I would use pointer or a texfile to write the values with counter. If there is a limit of numbers need to be enterd you might think about using 2 dimentional array like array[1..10, 1] of int.