Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Write a program which accepts account balance and name of account holder as input and it calculates the interest (balance*rate), total amount (balance + interest) and minimum payment for revolving c
Write the program based on switch statements for manipulating the following array: z = {{8,15,22,28,36,40},{43,45,48,59,66,70}}.
Write a program that would read all these reports for last month’s sales and summarize total sales by salesperson by product. All totals must be stored in two dimensional array sales and print
In this assignment you would explore use of inheritance and dynamic binding in Java.The Lake Gaston Pipeline Game. You would be provided with the partial implementation of simple game program, writte
Write a program which helps teachers test their students in their mathematical knowledge. The program must use two generate methods generateNumber and generateOperation.
Write the algorithm, test cases (with expected outputs) and the Python program to compute the GPA for an indeterminate number of students.
Your task is to use the method of bisection to determine the point of intersection. Stop iterating when |Xn-Xn+1|<epsilon( tolerance). The output should be in a table form. Use the precision of 8
Write the class Compare3 which provides the static method largest. Method largest must take three Comparable parameters and return largest of three (so its return type would also be Comparable).
Write a java program GUI application. The application would be to designed, store, and process data about business customer and employees.
Write a program to convert time from 24-hour notation to 12-hour notation and vice versa. Your program should be menu driven, giving the user the choice of converting the time between the two notati
Write a complete C++ program which defines and initializes a single 10-element integer array (use random values of your choice to fill the array).
Write a program that would process a data set of information for a person that is playing Candy Crush Saga. The information woulkd be needed for later processing, so it would be stored in a set of a
Write down the string handling functions in ‘C’, with brief detail. What is file pointer? How to open and close a file using pointer?
Write down the difference between absolute path and relative path. Describe the Linux file structure.
Write coding for establish connection with database in VB.net? Explain different validation controls of VB.net?
Write a program to swapping of two variable using templates. What is virtual function? Explain pure virtual function with example.
This project is intended to practice elementary J2ME MIDlet development. The project only requires basic understanding of J2ME MIDlet APIs.
Allow the website to support multiple administrators by using a login or password for each administrator. You can set up the administrators on the back-end using insert statements that is, no UI req
Write the syntax of ‘ORDER BY’ clause used in ‘SELECT’ statement. Distinguish between GRANT and REVOKE command.
Explain the client side and server side validation? How many data bound control are there in Asp.Net. Write a code of any one.
What is exception? Write a Java programme to handle arithmetic exception. What is inheritance. Explain different type of inheritance with coding.
The type of a function/procedure/module is determined by:
Describe dynamic memory allocation techniques of C++. What do you understand by late binding? Describe with example.
Write a ‘C’ Program to find smallest of 4 numbers using if else statements. Describe the syntax of do-while statement along with appropriate example.
Prepare a virtual Restaurant that simulates a real world restaurant. The restaurant would have a minimum: greeter waiters/waitresses, a cashier.