Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Design a program that will ask the user to enter the amount of a purchase. The program should then compute the state and county sales tax. Assume the state sales tax is 4% and the county sales tax is
Write a ruby function that takes a number X as an input parameter and returns the Xth number in a standard fibonacci sequence. For example, fib(5) would return 5 (1, 1, 2, 3, 5) and fib(7) would retur
Design a change-counting game that gets the user to enter the number of coins required to make exactly one dollar. The program should ask the user to enter the number of pennies, nickels, dimes, and q
Write a program that accepts as input the mass, in grams, and density, in grams per cubic centimeters, and outputs the volume of the object using the formula: density = mass / volume. Format
An application copying bits from one place to another can send the bits in a stream or as a sequence of discrete-sized messages. Which approach is more powerful, in the sense of being to perform some
A program that accepts a candy name (for example, " chocolate-covered blueberries"), price per pound, and number of pounds sold in the average month, and displays the item's data only if it is a best-
Create and test a procedure named Extended_ sub that subtracts two binary integers of arbitrary size. Restrictions: The storage size of the two integers must be the same, and their size must be a mult
Write a program segment that inputs age, display "yes, you can vote" if Age is 18 or older and displays "you are too young to vote" if Age is less than 18, and displays nothing else. Remember to use t
Write a head line into "test1.txt" saying that "The following is a copy from test.txt";copy the contents from "test.txt" to "test1.txt", and your program exit.
CS112 teacher is having a problem with students who giving lame excuses in order to avoid submitting the assignment. In order to reduce the amount of time required listening to goofy excuses, the teac
Write a MIPS program that prompts the user for a string, reads the string, and returns the number of occurrences of the letter 'b' within the string. Write a procedure, bcount, in MIPS assembly langua
Design a program to print out numbers from 1 to 20 (please show Java code of program)
Design and implement an application that determines and prints the number of odd, even, and zero digits in an integer value read from the keyboard.
Create and display all 52 cards in a standard deck of playing cards (2-10, J, K, Q, A of Hearts, Diamonds, Clubs, Spades). You MAY NOT have 52 lines that create the cards manually.
Need code for this application in visual basic format the application should display the appropriate shipping charge. the shipping charge for the following ZIP codes is
Write a program that asks the user for a file name and displays the number of characters, words, and lines in that file. Then have the program ask for the name of the next file. When the user enters a
Create a class called "word" which stores a word as a string (name) along with an integer equal to the number of times it was found in the file (numTimes). In addition, the class will contain two poin
Write CFGs that generate the following languages
If the user owns objects like tables, views, stored procedures, and so forth, and the DBA drops the user, what happens to these tables? Why? Please provide specifics using your own words and cite your
Consider the following sequence of memory references from a 460 word program: 10,11, 104, 170, 309, 185, 245, 246, 434, 458,364.find the page fault rate for the reference string assuming 200 words of
You can use "i" to start inserting a string at the cursor. Also, when you type "enter" while you are inserting, the rest of the string behind the current cursor will go to the next line, and all the l
Make a website for a capstone project. The website coding needs to contain javascript or php just as long as it is not only html. The website needs a database connected to it.
The steps that the Little Man performs are closely related to the way in which the CPU actually executes instructions. Draw a flow chart that carefully describes the steps that the Little Man follows
Implement a class Car with the following properties. A car has a certain fuel efficiency (measured in miles/gallon or liters/km-pick one) and a certain amount of fuel in the gas tank. The efficiency i