Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
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.
Your program should be interactive with 3 inputs. You can either research the net and use the sin/cos formula or just use a little high school algebra; no loops are required.
Write a program in C to compute the power loss in a transmission line with a resistance of 0.05 ohms/mile. Compute the power loss if 500 kW of power is transmitted from a power generation station to c
Write a complete class (in Java) that takes a sequence of strings as its command-line arguments, sorts them, and prints them on separate lines.
Write a program that asks the user for a two digit number and then prints the English word for that number.
Write an algorithm or code segment in C++ for locating the nth successor of an item in a circlar linked list (the nth item that follows the given item in the list).
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.