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
Obtain the private key, when you know that public key of a given user is e = 31, n = 3599. You may need to write a program to assist you doing this.
Create a class named CollegeCourse that includes data fields that hold the department(for example, "ENG"), the course number (for example, 101), the credits(for example, 3),and the fee for the course(
Write a program which will allow the user to input N set of numbers that include both positive and negative data values. Write a program to read these values one at a time and count the number of posi
You have to develop a simple program for an inventory system. You can choose any type of business (ie: Medical supplies, bakery, grocery shop, florist etc.)
Input a list of positive numbers ( terminated by 0) into a array, find the largest number in the array and output the result. use a subprogram to input the numbers, a function to use the largest numbe
Dollar amounts should be round numbers with 2 decimals points (i.e. 47.00, 47.37, 47.50). If value is less than 1 or 0, the program should break or exit.
Mr. Roper owns 20 apartment buildings. Each building contains 15 units that he rents for $800 per month each. Design the application that would output 12 payment coupons for each of the 15 apartments
Write a program to be used as a calculator. It should be able to add(+), subtract(-),multiply(*),divide(/),to find remainder of integer division(%),exponent(e),and square root (s) of numbers.
Suppose that an environmental monitoring station contains three sensors, namely a thermometer, a rain gauge and humidity reader. In addition, there is an output device, known as a printer, on which th
Write a program that display a company payroll report in a list box. the program should read each employees name, hourly rate and hours worked from a file and produce a report. employees should be pai
Declare two (2) dimensional arrays to store a name and grade. The program will not stop in accepting array elements until the user entered
The use of arrays opens up several possibilities for us. Why would we want to use them? For ordinary arrays, we can use them even if we do not know the total number of data values to be processed.&nbs
Your field specifications sheet does not have to have the same format as the one in your text. Just be sure to provide the same information.
What is the basic syntax for a table in HTML code? What design consideration should you be aware of when using tables? Which of table design elements do you feel are more important to learn and why?
Prepare a tgz file (tar czf) containing the source code file(s) and screen shots that show that your program executed properly. Upload the file to the class homework submission site found on the homew
Write a main function to input 20 integers in the range of 1 to 6. Write a function to count the number of times the numbers 2 and 5 occur. The function should declare static variables count2 and coun
Each of us probably uses record-sorting frequently. Sort models in programming is a focus of this week's readings. To start this discussion topic, let us know some sort applications, which
Program a robot to run a mile-long steeplechase where the steeples are made from beepers instead of wall segmesnts. the robot must jumb the steeples in this race by picking the beepers that make up th
Design a class named TextBook that is a child class of Book. Include a new data field for the grade level of the book. Create a displayTextBookInfo () method so that you can accommodate the new grade-
Write a program to display the duplicate values in an array.
Because of the limitation of bits of machines,!13 was calculated in advance and got printed it in two parts.
Which line in the following program will cause a compiler error?
Write a program that accepts a bit string and generates the unipolar, NRZ and Manchester encodings for the bit string. You can use any programming language/platform and generate the output in any appr
A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours.