need help with a program

nburvi1

New Member
i need some help programing. I am not quite sure if this is the right forum to post in but i assumed it was. im sorry if its not.
 

Verrona

New Member
yuh u've got the right spot. Wot seems to be the problem??

Oh yuh, wot programming language r u using? That would help!! ;)
 

nburvi1

New Member
java

well i am just lost about how to use linked lists what i need to do is this

Given a sequence of numbers, write a class named my_Special_Reverse to store them in a linked list and then print them in reverse order on the screen except the three numbers in the middle. For example, given “103 23 4 13 21 18 19” as input, your program should print out “19 18 4 13 21 23 103”. The input will have an odd number of integers.
and i am just lost about how to do it?
 

Verrona

New Member
Unfortunately, i am learning Java at the minute so i know nothing! i do program in Visual Basic and Delphi
 
Top