| 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... |
|
|
|
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... |
|
|
|
| Java Count Letters in a String
|
2.00 |
Programming |
9/21/2013 |
|
How can I count the number of letters (characters) in a string using java?
input
my name
output
6 |
|
|
|
| Pascals Triangle - Java
|
10.00 |
Programming |
9/25/2013 |
|
Design and implement a recursive program to print the nth line of Pascal's triangle, as shown here. Each inside value is the sum of the two values above it. Hint: Use an array to store the values on each line.
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
|
|
|
|
| FizzBang - FizzBuzz Java
|
5.00 |
Programming |
9/26/2013 |
|
Write a loop that prints numbers 1 to 40 but replaces multiples of 5 with ‘fizz’ and multiples of 6 with ‘bang’ and multiples of both with ‘fizzbang'
Graded Upon:
Does the program run? 1pt
Does it loop correctly from 1 to 40? 1pt
Does it rep... |
|
|
|