Thanks for your reply. Actually there is no need for an input form. I will send the customer name and card number in strings which have to be encoded into byte sequences through my client servlet to the server running on port3590( server is given already). then i will wait for server response and once i get the response i will have to display the response(bank statement) in html format.
this is the specification sheet (exercise 1 only)...
User Profile
Collapse
-
server response
Hi guys!
I m doing a project in which I ve been given the server class file and I ve to come up with the client which has to send predefined requests containing customer name and his card number to the server running on local host and then the server will reply back with a response to show the statement. As far as I am concerned, I will have to include html code in my client to output the server`s response but how I m gonna make a connection... -
Thanx 4 yr reply but I think u ve misunderstood me.
I want the program to skip between even and odd numbers when showing factorials(so it will skip 2! and then 5! and then 8! as u go further). I want the output to be like that:
1!=1
3!=6
4!=24
6!=..
7!=..
9!=...
10!=...
12!=..
13!=..
15!=..
18!=..
19!=..
I hope that helps and I would...Leave a comment:
-
prob with factorials
Hello guys!
Just started learning java and kind of struggling my way through the code of factorials. Well, basically we were asked to write a code that displays the factorials of numbers from 1 to 20. The extra task is to skip between displaying even and odd numbers so it will start with 1! and skip 2! and show 3!,4! and skip 5! and so on.
I`ve got the code that displays the odd numbers only. Would some 1 help me with this code plz?...
No activity results to display
Show More
Leave a comment: