if we have a column (Key) in a table.
and values of that column is
Key
1
1
1
2
2
3
3
4
4
5
5
5
and we want to show the data after query..like..
1(3)
2(3)
3(2)
4(2)
5(3)
how many times a single term comes..
Write a C++ program to conduct an election of a
mayor.Declare a class ELECTION With the following
specification:
Data member:
Name 25 character
Age Integer
symbol 1 character
Member functions:
To accept data for 20 contestant
To accept symbol as voting from 100 voters.
To declare the winner and the loser.
1. Pls can anyone give me the descriptive programing
script to find the number of edit boxes in a login window
in flights reservation (windows application only not web).
2. Using descriptive programing, how do you handle
changing URLs. Pls anyone, very urgent
3. Assume a building having three floor and a lift,
the lift has the following buttons:
a. G (for ground floor)
b. 1 (for first floor)
c. 2 (for the second floor)
d. 3 (for the 3rd floor)
e. Stop (Stop button to stop the lift in emergency)
Assume currently the lift is in the ground
floor; write an algorithm for the lift to work.