Search:

Type: Posts; User: aicue

Search: Search took 0.16 seconds.

  1. Re: how to display item above....help me to do this...

    This my Project Requirement – STIA 1013

    Course Information System

    1. Course information:
    a. Course code, course name, credit, time, venue, day, lecturer name

    2. Functions that need to be...
  2. how to display item above....help me to do this...

    import java.util.Scanner;
    public class projek
    {
    public static void main (String [] args)
    {

    Scanner keyboard = new Scanner(System.in);
    int coursecode;
    String coursename;
    int coursekrdt;
  3. Thread: help me...

    by aicue
    Replies
    1
    Views
    975

    help me...

    Course Information System

    1. Course information:
    a. Course code, course name, credit, time, venue, day, lecturer name

    2. Functions that need to be developed:
    a. Add course
    b. Display all...
  4. Re: cant do it...i have exam tommorow...plezz help me...

    thanxx anywayy:rolleyes:
  5. cant do it...i have exam tommorow...plezz help me...

    write a program to read a list of employee salary. display the total number of salary and the number of salary grades as follow: 1000-2000 is an A, 2001-3000 is a B, 3001-4000 is a C,4001-5000 is a...
  6. cant do it...i have exam tommorow...plezz help me...

    write a program to read a list of employee salary. display the total number of salary and the number of salary grades as follow: 1000-2000 is an A, 2001-3000 is a B, 3001-4000 is a C,4001-5000 is a...
Results 1 to 6 of 7