Search:

Type: Posts; User: kmal47

Search: Search took 0.10 seconds.

  1. can someone fix my code to get the following output?

    import javax.swing.*;
    import java.util.*;


    public class Question3
    {
    public static void main(String[] args)
    {
    Stack stack1 = new Stack();
    Stack tempS = new Stack();
  2. Replies
    1
    Views
    1,018

    can someone help my assignment?

    i get an assigment about queue and stack and here is the question2751
    must get the output like in the picture 2752
  3. can somebody fix my coding?

    can somebody help me fix this code as i want to swap the middle number


    public class LinkList
    {
    private Node first;
    private Node last;
    private Node current;

    public...
  4. im trying to do this LinkList method but still not work

    can somebody help me fix this code as i want to swap the middle number


    public class LinkList
    {
    private Node first;
    private Node last;
    private Node current;

    public...
  5. Re: please teach me how to do this Link List assignment

    so we need create method in link list class?
  6. please teach me how to do this Link List assignment

    please teach me to do this assignment question no7,just question no 7 because i really dont understand *public*void*
    swapMiddle() in Linked List2672
  7. Replies
    5
    Views
    1,162

    Re: having problem with data structure

    this my class

    public class Patient
    {

    private String patName; //patient’s name
    private String patIC; //patient’s NRIC/birth cert.
    private String treatment; //type of treatment...
  8. Replies
    5
    Views
    1,162

    Re: having problem with data structure

    public class PatientApp
    {
    public static void main(String[]args)

    {
    String patName;
    String patIC;
    String treatment;
    String treatmentDate;
    ...
  9. Replies
    5
    Views
    1,162

    having problem with data structure

    im having problem to solve this question,can someone teach me the code to solve this problem
    2583

    as this is my progress app class

    2584

    here is my class
    25852586
  10. Replies
    1
    Views
    688

    im new in here!!!hye everyone

    hye everyone,im proud to be with you all.im beginer programmer as im student cs in Malaysia.please teach me

    thanks.
Results 1 to 10 of 10