Hello there.
My company has recently installed a new UNIX based system and it has fallen
to me to manage the system.
However the company will not send me on any courses which may help in the
management of the system (I have no formal UNIX training. All I know I
picked up by stumbling about on the new system).
Anyway. To my problem.
I want to write a c script (using the vi editor) to enter a number and then
produce a list of numbers by adding and subtracting from the original
number.
The Basic program for this is something like:-
input "Enter the number", x
num = x
echo "The new list for number"; x "is:-"
echo " 1) " x + 2
echo " 2) " x - 3
etc.....
I hope this makes sense to someone. If not please excuse my ignorance.
I look forward to hearing from you.
Best wishes and happy new year to all.
Derek.