Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
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 visual logic program to help balance a customer's bank account. the program should read numeric values that represent banking transactions. Special sentinel values will be read to indicate dis
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.
Create a program that uses the same formula above to output the result; this time, however, prompt the user for the values a, b, x, and y. Use appropriate variable names and naming conv
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)
Write a program in C or C++ and Visual Studio to scan multiple text files and count the number of occurrences of each word in those files. Use a binary tree to keep track of all words. When all input
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 c program that takes as input a positive integer (up to 50, 000) and prints the number in words as illustrated below. For instance, if the input value entered by user is 2602, then the ou
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
Write an Assembly program that reads in a number of cents. The program will write out the number of dollars and cents separately.