Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Secondhand Rose Resale Shop is having a seven-day sale during which the price of any unsold item drops 10 percent each day.For example,an item that costs $10.00 on the first day costs 10 percent less,
Wwrite a java program to take input of 5 marks and print the average and grade of a student where average(>90 grade1 >70 grade2 >60 grade3 >50 grade4 )
Write a programme using function gross pay(); that calculates the gross pay of a person where allowance and house rent are 30% and 20% respectively of the basic pay.
Write a C++ program which reads sequence of integers and count how many they are and print the count.
Write a program that asks the user to enter five test scores. The program should display a letter grade for each score and the average test score. Design the following functions in the program
Write a program to input an infix expression, convert to postfix, and then evaluate. Converting to postfix isn't the problem, but evaluating the expression is giving me odd answers. Simple expression
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 or part thereof in excess of three hours. The maximum charge for any given 2
Watson Elementary School contains 30 classrooms numbered 1 through 30. Each classroom can contain any number of students up to 35. Each student takes an achievement test at the end of the school year
Write a program to decide about the product and its price by taking the product code from the user Code Name of Product and its price
Assume that an ArrayList of Integer s named a that contains exactly five elements has been declared and initialized. In addition, an int variable j has also been declared and initialized to a value so
Read in 5 numbers. As each number is read, display it only if it is not a duplicate of a number that has already been read (i.e. it's unique). Provide for all cases including 5 unique number
Use the program pieces developed in a) and b) to write a function that inputs an integer between 1 and 32767 and prints it as a series of digits, with two spaces between each digit.For example, the in
The following is what type of loop?
Write a program that accepts an integer from the user and displays all prime numbers from 1 to that number.
Build an online bookstore in vb and displaying selected books on a seperate form that diplays the books details. Also having trouble with the shopping cart form where it displays book selected and has
Write a program to accept 2 numbers and tell whether the product of the number is equal to or greater than 1000.
Thus, each salesperson passes in between 0 and 5 sales slips per day. Assume that the information from all the slips for last month is available
Describe how to create a query in Access Query Wizard equilvant to the query
Create a derived class named FancyDateClass by inheriting the DateClass. You will have to provide both the class definition and implementation.
A company has a number of employees. The attributes of employee include employeeID (primary key), name, address, and birthdate. The company also has several projects.
Write a program to display the duplicate values in an array.
Write a program that asks the user to enter 2 integers, obtain the number from the user, and then print the smaller number. If the numbers are equals, print "Numbers are equal."
Write an application that displays the following patterns separately. Use for loop to generate the patterns. All asterisks (*) should be displayed
Write a standalone program "TransformCharacters.java" with a recursive method String string changeCharacters(String string) that takes as an argument a string.