Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Write a program that reads a set of integers. The program then should find the number of positive, negative, and zero integers.
You are working on a custom Web application to create a document library for a client. The main function of the document library is allowing the user to locate documents based on keywords within the d
A two-dimensionalfinite automaton (2DIM-DFA) is defined as follows. The input is an m x n rectangle, for any m, n > 2. The squares along the boundary of the rectangle contain the symbol # and the i
Write a program that reads in a weight in pounds and ounces and putputs the equivalent weight in kilograms and grams. Use at least three functions
Use a computer program to write a code (choose any language)to find the mean, median, mode ,variance and standard deviation.The yard rushed by forty quarterbacks in one game
Write program that ask the user to Enter number of miles traveled and the number of gallons of gasoline consumed. It should then calculate and display mile - per gallon value , showing one place to ri
Write a program that uses a StringTokenizer to tokenize a line of text input by the user and places each token in a TreeSet. Print the elements of the TreeSet.
You are required to write a program which will calculate the salary of an employee according to his/her grade assigned by the employer. You must declare a class named CalSalary whose private data memb
Write a class player that contains attributes for the players name,average and team.write three functions to change and display these attributes.also write a constructor that asks for input to initial
Write a program that will read a line of text that ends with a period, which serves as a sentinel value. Display all the letters that occur in the text, one per line and in alphabetical order
Write a program that will sort three integers. the integers are entered form the input dialogs and stored in variables num1, num2, and num3, respectively. the program sorts the numbers so that num1 &l
Design and implement an application that reads an integer value and prints the sum of all even integers between 2 and the input value, inclusive. Print an error message if the input value is less than
Your application will have a main thread whose job is to read the data from a file into an array and delegate the sorting function to two threads.
Write a program that reads in the side of a square and then prints that square out of asterisks. Your program should work for hollow squares of all side sizes between 1 and 20.
Which technologies have you personally used before? Describe your experiences with several Web 2.0 technologies. What did you like about them? What did you dislike about them?
Jules Verne's Twenty Thousand Leagues Under the Sea is the story of Captain Nemo and his fantastic submarine. A 'league' is a measure of distance. Perform an internet search to find the conversion rat
Write a web application which will take information from the visitor and send an email alert about the state of the visitor's finances.
Design a modular program that asks the user to enter the replacement cost of a building and then displays the minimum amount of insurance he or she should buy for the property.
Write a web application which will provide a report of the balance held in the visitor's account during the past several months.
Design a program that asks the user for the number of miles driven and the gallons of gas used. It should calculate the car's miles-per-gallon and display the result on the screen.
One application of pervasive computing that I think would be a good fit for the market in the upcoming years is ZigBee. ZigBee is a wireless sensor network.
Allow user to select a state,and when a user clicks a button , the application displays that states abrreviation in a lable control. the following table shows list of four states and their official ab
A date consists of a month, day, and year. Frequently, we represent each of these items as integers. For example, July 4, 1990, is a month 7, day 4, and year 1990.
Each paper in a set of examination papers includes a grade of A, B, C, D or E. A count is to be of how many papers have grade of A and how many have grade of E.
Design a program that asks the user enter the number of packages purchased. The program should then display the amount of the discount (if any) and the total amount of the purchase after the discount.