Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Write a program to compute the diameter in centimeters of a steel rod, an aluminum rod, and a copper rod, which can withstand a particular compression load. The allowable compression stress of steel,
Write a program that calculates the number of quarters, dimes, nickels and pennies that a customer should get back in change. Run the program for the case of 93 cents being returned to the c
White an iterative program to accept an amount to invest an annual interest rate and investment period in a year and produce a table of value over the period.
Write a program to accept the name and score of all the batsmen of a team and print them in the given manner:
Two variables, num and cost have been declared and given values: num is an integer and cost is a double. Write a single statement that outputs num and cost to standard output. Print both values (num f
Write a program that prompts the user to input a number. The program should then output the number and message saying whether the number is positive, negative, or zero.
Write an interactive program that asks the user to supply threeintegers k,m,and n with k being greater than one. Your programshould compute the sum of all the integers between m and n that aredivisibl
You will be writing a program that is part of a payroll system for a very small store. Given the following description, write a program that does the tasks listed. Assume that all workers are paid by
Write a program to calculate the volume flow rate in cubic feet per second of water flowing through a pipe of diameter d in inches and a velocity of v feet per second. The formula for the flow rate is
Please kindly execute and give the output without errors for each and every question. Last time when I gave you there are lot of errors in it.
Design and implement a class called MOnetaryCoin that is derived from the Coin class presented. Store a value in the monetary coin that represents its value and add a method that returns its value
A program is required which will prompt an operator to input their first name and display a welcoming message to the screen such as "Hello XXX! We hope you have a nice day."
Write a program to read in a sentence which is terminated by a full stop and calculates the number of lower case vowels in the sentence. Use an array of char elements. Limit the length of th
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.
Write a program that prompts the user to enter a string, in a maximum length of 20 characters. Read the string in capital letters and convert it in small letters. then display the new string.
Write a program that prompts the user to enter five test scores and then prints the average test score. (assume that the test scores are decimal numbers)
Under this command, the program would open and read each of the input files in turn, building up a binary tree of words and counts as it progresses.
Write a program that prompt the user to enter a telephone number in form of (xxx)xxx-xxxx then display the number in form of xxx.xxx.xxxx
Write a program that bounces a blue ball inside a JPanel. The ball should begin moving with a mousePressed event. When the ball hits the edge of the JPanel, it should bounce off the edge and continue
Modify the movie-rating program so that a user gets three tries to enter a valid rating. After three incorrect entries, the program issues an appropriate message and continues with a new user.
You will design a small database for used textbooks, as might be used by an on-line trading site like Amazon. The database will store textbooks for sale. Each textbook has an ISBN, a catagor
Design a program for the Hollywood Movie Rating Guide,in which users continuously enter a value from 0 to 4 that indicates the number of stars they are awarding to the Guide's featured movie of the we
Design a program for the Hollywood Movie Rating Guide, in which users continuously enter a value from 0 to 4 that indicates the number of stars they are awarding to the Guide's featured movie of the w
Write a program that asks the user for a two digit number and then prints the English word for that number.
Write a program that allows the user to enter the last names of candidates in a local election and the number of votes received by each candidate.