Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Write a program that calculates the amount of money a person would earn over a period of time if his or her salary is one penny the first day, two pennies the second day, and continues to double each
Write a program that will read an unspecified number of positive numbers from the keyboard and determine the sum and the average of these numbers
Provide explanations for the logical connections between different parts of the program so someone who does not understand the components may learn about them.
Create a class called Employee that includes three pieces of information as instance variables-a first name (type string), a last name (type string),and a monthly salary
Write a program that reads 2 strings, age (as a 4 bit binary number) followed by a first name from the keyboard then converts the age from binary to decimal and prints out the age in decimal followed
Write an ASP.NET script to enter two integers, obtains the numbers from the user and outputs to a label that displays the larger number followed by the words "is larger". If the numbers are equal, out
Write a mortgage calculator PERL(.cgi) program that asks the user for the following information:1. Loan amount
Design a modular program that ask the user to enter the monthly costs for the following expenses incurred from operating his or her automobil
You have just been hired by the accounting firm More & More as their resident software engineer. M. & M. develops and sells small business systems software
Understanding object-oriented methodologies is often difficult. You already understand that object-oriented analysis and design emulates the way human beings tend to think and conceptualize problems i
The information in 4 analog signals is to be multiplexed and transmitted over a telephone channel that has 400-3100 Hz bandwidth. Each of the analog baseband signals is band-limited to 500 Hz
Write a program that prompts the user to enter a length in feet and inches and outputs the equivalent length in centimeters. If the user enters
Write a program Average.java that just prints the strings that it is given at the command line, one per line. If nothing is given at the command line, print "No arguments".
Modify your program so that it assumes the arguments given at the command line are integers. If there are no arguments, print a message. If there is at least one argument, compute and print the averag
Write a program that simulates shopping. The program should have a loop that continues as long as the user wants to shop. Each time through the loop read in the name, price, and quantity of the item t
Write a program that reads a person's name in the following format: first name, then middle name or initial, and then last name. The program then outputs the name in the following format:Last_Name, Fi
A palindrome is a piece of text which reads the same forwards as backwards. Characters such as spaces, punctuation marks, etc. are usually ignored in performing a test for a palindrome, and the case o
Write a program in java to input the basic salary of 15 persons . Each one of them gets 25% of the basic as hra (house rent allowance), 15 % of the basic as conveyance and 10 % of the basic as enterta
Design an implement an application that displays a button and a label on a screen. Every time the button is pushed, the label will display a random number between 1 and 1000, inclusive. Name your clas
The program should relate the data in each array through the subscripts. For example, the number in element 0 of the 'hours' array should be the number of hours worked by the employee whose
Discuss why the object oriented programming paradigm is considered a better choice than the structured programming paradigm. Does it reflect our "natural" way of thinking or do you find it artificial?
Create an application named TestMethods whose main() method holds two integer variables. In turn, pass each value to methods name displayIt(), displayItTimesTwo(), and displayItPlusOneHundred(). Creat
First add a while loop that reads each line in the file and prints out each part (name, then each at bat, without the commas) in a way similar to the URLDissector program in Listing 5.11 of the text.
Add code to print out the maximum after the loop. Test your program to make sure it is correct. Be sure to test it on at least three scenarios: the first number read in is the maximum, the last
Design a program with a loop that lets the user enter a series of numbers. Theuser should enter -99 to signal the end of the series. After all the numbers have been entered, the program should display