<< Prev Showing: 36-40 of 101 Next >>
· 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 ·Electronic download for registered students. 1. Student visit library website. 2. Student search for downloadable resources. 3. Student input his student ID no. and date of birth. 4. Students submit information to library attendant system. 5. Library attendant request student to enter access code. 6. Library attendant forward the information to student database for processing. 7. Student database identify student Account with his Student ID and date of Birth. 8. Student database send access code to students emails on file and store a copy. 9. Students receive access code by email. 10. Student input the access code and submit to library attendant. 11. Library attendant forward t... click for more
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
94747
OTA ID:
102833
Create a ClickOnce web deployment with a Visual.Basic.NET application
Create a ClickOnce web deployment with attached Visual Basic.net application. Be sure to select the web type of deployment.
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
96650
OTA ID:
102833
A local middle school hired you to write a quiz program that answers questions about Math, Science and the Arts. The program user should be able to select from these topics by entering an option when the program starts. For example, you may use M for Math, S for Science, A for the Arts, and X to exit the program. After the student selects the topic, the program presents a series of questions. The student should answer the question with a one character choice option. The program should provide four options for each question. One option should allow the user to exit from the quiz. Selecting the questions is up to you. If the user responds to a question correctly, the program displays a positiv... click for more
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
108317
OTA ID:
102804
Java programmers can use class hierarchies for the purposes of inheritance. For example, given a Tree class, we could define Conifer and Deciduous sub classes that inherit from the parent Tree class as you can see here: See attached file for full problem description.
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
108318
OTA ID:
103997
Write a program in Java to simulate the generation of lottery (lotto) numbers.
The Lottery Problem: A lottery requires that you select six different numbers from the integers 1 to 49. Write a Java program that will do this for you and generate five sets of six numbers as a result. For generating random numbers you can use the random() static method of class Math. It returns a double so you will need to cast it as an integer. If you set the range to 49, you can generate a random number between 1 and 49 through: number = (int) ( range * Math.random() ) + 1; Note that you need 5 sets of numbers and in each set you have should have six different numbers. There should not be duplicate numbers within each set. Of course the same number can occur in multiple sets, but w... click for more
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
108320
OTA ID:
103644
<< Prev Showing: 36-40 of 101 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-101 ·Page generated in 0.0128 seconds