Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
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 an assembly language program that prompts the user for two input strings and computes the Hamming distance between the two strings. The Hamming distance is the number of bit positions where the
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
Write a program that models an employee. An employee has an employee number, a name, an address, and a hire date. A name consists of a first name and a last name. An address consists of a street, a ci
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 C program that initializes an array so that the first 25 components are equal to the square of the index variable, and last 25 are equal to 3 times the index variable, and print only 10 compon
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
Using C++ create a program to sum all integers between 1 and n where n is input by keyboard. Print "The sum of all integers from 1 to n is SUM<" where n is the input number and SUM is the sum. Then
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
Write c++ program that declare and a five recode of employee contain the following field no,name,address, salary the program should calculate the maximum salary
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.
A triangle is said to be equilateral when and only when all three sides in it have the same length. A triangle is isosceles if its two sides are equal. Write a program that prompts the user to enter t
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 Python script that prompts user for an amount of money in cents (of integer 'int') and express the amount in number of 50¢, 20¢, 10¢, 5¢, and 1¢.
Write a C++ program; LargestSmallest.cpp; that inputs 6 real numbers from the user and finds and prints the smallest number and the largest number entered.
Write a web application which will provide a report of the balance held in the visitor's account during the past several months.