| Assignment |
Price |
Category |
Due |
| Basic ASP Page and Cross Page Posting
|
20.00 |
Programming |
5/25/2013 |
|
Week 1 ilab CIS 460 |
|
|
|
| java project
|
10.00 |
Programming |
5/25/2013 |
|
Write a program that will make a copy of a text file, line by line. Read the name of the existing file and the name of the new file – the copy – from the keyboard. Use the methods of the class File to test whether the original file exists and can be read. If not, d... |
|
|
|
if statements
|
10.00 |
Programming |
5/25/2013 |
|
Exercise 1
Create a Java class named IfDemo that has a “main” similar to class FirstProgram in Lab 1.
1. Write a program that will print whether a number is odd or even. A number is even you divide it by 2 and the remainder is 0. Use an if-else statement a... |
|
|
|
for/while statements
|
12.00 |
Programming |
5/25/2013 |
|
1. Write a program that asks the user to input a number and then uses a for loop to prints out the numbers from 1 to that number. (You may not use a while loop.) The output may appear as follows:
Input a number: 19
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
... |
|
|
|
lab 5
|
15.00 |
Programming |
5/25/2013 |
|
Open NetBeans
Select File->New->Project
Make sure “Java Application” is highlighted and hit “Next”
Enter “DogDemo” in Project Name and hit “Finish”
In the DogDemo.java tab, enter the program on Page 267 of your tex... |
|
|
|
| Swingproject
|
10.00 |
Programming |
5/29/2013 |
|
See attached pdf file. |
|
|
|
Java - Quiz Week 4 Solution
|
8.00 |
Database |
6/9/2013 |
|
Java - Quiz Week 4 Solution |
|
|
|
| Database usefulness and role of queries
|
2.00 |
General CS |
6/12/2013 |
|
What needs to be done to a database to ensure that the data is useful and what role can queries play in that? |
|
|
|
INFO 331 Management Information Systems Policy Quiz
|
10.00 |
General CS |
6/24/2013 |
|
Do you need the 25 answers to the Policy Quiz for week 1 of INFO 331? I've already completed it with a 100% so let me know. |
|
|
|
INFO 331 Management Information Systems Week 1 Quiz
|
10.00 |
General CS |
6/24/2013 |
|
Do you need the 10 answers to Week 1 Quiz for INFO 331? I've already completed it with a 100% so let me know. |
|
|
|
| Java Tribonacci Calculator
|
20.00 |
Programming |
7/17/2013 |
|
In class, we discussed about the three versions of Fibonacci number calculations: BinaryFib(n) ,LinearFibonacci(n) and TailRecursion(n)(refer to your slides and the text book). .
a) In this programming assignment, you will design in pseudo code and implement in Java three version... |
|
|
|
Module Registration System for Universities.
|
10.00 |
Programming |
7/30/2013 |
|
Use of methods, reading from text file........
Pseudo code for the beginning included along with
complete structure chart. |
|
|
|
| JAVA Program Calculating Square Roots
|
5.00 |
Programming |
8/14/2013 |
|
Design a JAVA command line program that will calculate and print the quare roots of the numbers 1 - 20. |
|
|
|
| C# HolidayTracker
|
12.00 |
Programming |
8/31/2013 |
|
Modify the Birthday program to create a c# holiday tracker. Allow the user to input a holiday. Save the holiday to a list of holidays. After the holiday is saved, ask if the user wishes to enter another holiday. Allow the user to enter holidays and save each holiday. When the user is ... |
|
|
|
| Databases R US
|
12.00 |
Programming |
9/18/2013 |
|
You are a star consultant from "Databases R US" IT consulting and managing firm. Just graduated from APUS and this is your first critical job. You just got hired by "Home Solutions Inc" a construction and parts company to help them with their customer and parts dat... |
|
|
|