help me to solve this question
- A user needs to key in data into system in order to save data into array. The data are:
a. Lecturer ID, Lecturer name, School, course code, course name, session, semester
- A user can edit the data that has been added into array with the following features:
a. Edit the course code, course name, session, semester
- A user can display all the records that added into array. Each record must be displayed at one line.
Lecturer Id Lecturer Name School Course Code Course Name Session Semester
- A user can delete a desired record but searching must be done first. Searching must base on the lecturer id and course code.
- A user can do a searching as follows:
a. Lecturer id ââ?¬â?? The system will display lecturer id, lecturer name, school, course code, course name, session, and semester based on the following output.
Lecturer Id: 123
Lecturer Name : Mohd Zabidin Husin
School : School of Computing
Course Code Course Name Session Semester
STIA1013 Basic Programming 2009/2010 1
STIW3023 Database 2010/2011 2
b. Course code ââ?¬â?? The system will display course code, course name, lecturer id, lecturer name, session, semester based on the following output:
Course code: STIA1013
Course Name : Basic Programming
Lecturer Id Lecturer Name Session Semester
123 Mohd Zabidin Husin 2009/2010 1
234 Sulaiman Hassan 2010/2011 2
c. Session and semester ââ?¬â?? The system will display session, semester, lecturer id, lecturer name, course code, and course name based on the following output:
Session : 2009/ 2010
Semester : 2
Lecturer Id Lecturer Name Course Code Course Name
123 Mohd Zabidin Husin STIA1013 Basic Programming
124 Husin Hassan STIA2023 Data Structure
- The message must be displayed when the searched data does not exist.
- You have to use array of object.
- System must be user friendly.
View Answers
Related Tutorials/Questions & Answers:
help me to solve this questionhelp me to
solve this question Write a program that inputs a series of integers into an array. The numbers are in the range 0 to 100.
Calculate and display :
a) The Largest number
b) The Smallest Number
c)The sum of the numbers
help me to solve this question...help me to
solve this
question... Given below is a class definition for Book. Type and compile the class, and answer the following questions:
class Book {
String title; //bookâ??s title
double price; //bookâ??s
Advertisements
help me to solve this questionhelp me to
solve this question
A user needs to key in data into system in order to save data into array. The data are:
a. Lecturer ID, Lecturer name, School, course code, course name, session, semester
A user can edit the data
please help me to solve this question about arrayplease
help me to
solve this
question about array write a program thatt stores vowels (a,e,i,o and u)in an array. Ask the user to enter any character. The program should ignore the case of that character (uppercase or lowercase
help me to solve this problem..help me to
solve this problem.. Given below is a class definition for Book. Type and compile the class, and answer the following questions:
class Book {
String title; //bookâ??s title
double price; //bookâ??s price
plz help me for this questionplz
help me for this question Apply simplex procedure to
solve the L.P.P. maximize z = 3x1 + 4x2 subject to 5x1 + 4x2 â?¤ 200; 3x1 + 5x2 â?¤ 150; 5x1 + 4x2 â?¥ 100; 8x1 + 4x2 â?â?¥ 80, x1 â?¥ 0, x2 â?¥ 0
pls help me with this questionpls
help me with this question how to write a program in C++ using encapsulation,polymorphism,inheritance and abstraction?(all these concepts should come in a single program
help me about to solve my qustion help me about to
solve my qustion An employee receives 15 SR per hour for the first 8 hours of week. After 8 hours (overtime) his rate becomes 20 SR per hour . Write a java class that ask a user to enter the number of hours he
interview question plz help me and thersinterview
question plz
help me and thers A college is good if it satisfies the following conditions:
1.Its number of students is greater than 1000.
2.If the name ends wih a character 'e', then it should not start with character
Plz help me with this Question - Java BeginnersPlz
help me with this Question this is java code
-------------------------
Consider the following code:
int [ ] a = [1, 2, 3];
Object o ="123";
String t = "12";
String w = t + "3";
Boolean b = o.equals (a);
Boolean b2
i have a problem to do this question...pls help me..i have a problem to do this
question...pls
help me.. Write a program that prompts the user to input an integer and the output the number with the digits reversed. For example if the input is 12345, the output should be 54321
help mehelp me i have done as u directed but nothing happens gud to
me..... . i am using netbeans is that matter at all
help me and take
me out from trouble
where to store jfree api to use it for j2ee based project
help mehelp me HI. Please
help me for doing project.
i want to send control from one jsp page to 2 jsp pages... is it possible? if possible how to do
help mehelp me please send
me the java code to count the number of similar words in given string and replace that word with new one
help mehelp me hi sir pls tell
me
how to use ajax form validatin from very simple way with two ot three text field pls
help me use ajax in php
my email id is:-
[email protected]
pls sir give
me some vasic information i know
help me..help me..
what are the component needed by grid computing, cloud computing and ubiquitous computing?
discuss about the security of above computing.
difference between that 3 computing
help mehelp me MY GLASSFISH SERVER NOT START PROPERLY
help me
warning shows
DPL5404:Specification-Version for the optional package [ GNUJAXP ] in the jarfile [ C:\Program Files\Java\jdk1.7.0_02\jre\lib\ext\gnujaxp.jar
help me...help me... Write a program that inputs four words and them displays all possible permutations of the words. So,
for example, if the words mad, dog, bites and man are entered, then the following are output :
man bites mad dog
help me..help me.. Write a program that inputs four words and them displays all possible permutations of the words. So,
for example, if the words mad, dog, bites and man are entered, then the following are output :
man bites mad dog
mad
help me button, and nationality I'm using dropdown list. Please
help me. your kindness...
help me Hi I'm loges. I'm doing my final year project now, I have some problem in my project and i need some
help on it. NowI'm doing a site
help me...help me... there is the picture given
- cat
- dog
- rabbit
- mouse
a. create a class name
b. create its attributes (at least 3 attributes) : species, size, leg
c. create its methods ( at least 3 methods) : walk, eat, sleep
solve my question shortlysolve my
question shortly <html>
<head>
<script>
function checkphoneNumber(number){
if(/[^\d ]/.test(number... character,,,so plze send
me right code you have done mistakes at many
help me..help me.. Design and write a class named Person and its two subclasses named Student and Employee.
Make Lecturer and Admin subclasses of Employee.
A person has a name, address, phone number and email address. A student has
help me the order,
Fourth button is Find length of text. and there are panels. Please
help me...
help me Dear sir/medam
i would like to know how to use the java string class method
my programm have four button,(enter the text) that first
Help meHelp me Hi,
LWUIT is working in eclipse j2me for Symbian OS
ArrayList question plz solve itArrayList
question plz
solve it An arraylist object stores an Emp Object, where there is name,age,address of the employee is stored,
And i want to access the data in the basis of age based?
Provide answer to the
question help mehelp me how to print from a-z, A-Z with exact order using for loop?
Thanks for all concern
Help MeHelp Me What is the source code for Sample example for Mortgage Calculator in J2ME language for developing Symbian
Help meHelp me plz i want code of program to add real numbers and magic numbers in java
example
this input :- 5+3i-2+3i
output:- 3+6i
help mehelp me pls... xplain dis code:-
function go() {
window.location.replace("logout.jsp",'window','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
self.close
Help meHelp me hello!!!!.
i have a Excel file which includes 4 columns and somewhat 8500 rows.these rows i have printed in SQL thru Excel file
and i have 1 MYSql database which includes all those 4 fields i have defined in excel file
help me help me I have a quastion a bout array whic is>>>
1-write aprogram to diplay a multiplication table for 1to 10 by entering the start number and the end number.
EXAMPLE:
ENTER START NUMBER:1
ENTER END NUMBER:3
help mehelp me Create a GUI application that allows a user to select a text file (using the JFileChooser). The program will then allow the user to do the following operations (selection of these operations must be made by clicking
Help meHelp me HI I am using Tomcat6.0 this is the problem i got wen i run the code
java.lang.NullPointerException
org.apache.jsp.loginjsp.jspInit(login_jsp.java:23)
org.apache.jasper.runtime.HttpJspBase.init
Help meHelp me HI I am using Tomcat6.0 this is the problem i got wen i run the code , i am
using login.html ,login .jsp,login.java and web.xml code
java.lang.NullPointerException
org.apache.jsp.loginjsp.jspInit(login_jsp.java:23
Check Digit Question not able to solve.. Check Digit
Question not able to
solve.. Hi,
I need some
help asap. I been stuck for this
question for more than 3 days. Using Java.
User needs...
Then it goes thru a data validation to validate input.
Need
help in how to convert