Programming & Computer Science Answers

C++ 9913
Python 5288
Java | JSP | JSF 3611
C 1680
C# 1362
Computer Networks 989
Algorithms 652
Databases | SQL | Oracle | MS Access 641
HTML/JavaScript Web Application 588
Other 537
Visual Basic 358
Assembler 209
Software Engineering 202
AJAX | JavaScript | HTML | PHP 166
MatLAB 150
MatLAB | Mathematica | MathCAD | Maple 124
Action Script | Flash | Flex | ColdFusion 112
UNIX/Linux Programming 89
Web Development 73
Excel 36
ASP | ASP.NET 23
Delphi | Pascal 21
Perl 16
Prolog 9
Functional Programming 9
MathCAD 5
Wolfram Mathematica 4
WPF 4
Ruby | Ruby on Rails 3
NodeJS Web Application 2

Questions answered by Experts: 26 876

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

How do I write an algorithm, pseudocode and flowchart to find the perimeter and area of a regular polygon

Define a class named Animal that holds private data fields name, color, age and sound. Create public functions that set (give values) and get (retrieve values) the data. Write a main() function that demonstrates the class operates correctly by creating at least one Animal object, and calling all the methods defined for the Animal class. 


Write a program in C++ to accept
principal, rate and time from user and
find out simple interest if interested is
more than 5000 the user has to pay
2% of tax otherwise no tax.
Write a program that inserts 25 random integers from 0 to 100 in sorted order in a linked list.
The program should calculate the sum of the elements and the floating-point average of the
elements.
WAP to implement the Linear linked list. Perform the following operations on the linked
list:
 Creating an empty linked list
 Adding the numbers at the beginning of the linked list.
 Addition of numbers after a particular location.
 Counting the no of nodes.
 Displaying the linked list.
Design a recursive algorithm to search a sorted array a for an element x between a[low] and
a[high]. If no element is found it returns -1.
A positive integer is entered through the keyboard; write a recursive function to obtain the
prime factors of that integer.
Gopalan mall billing system
Write a console application that will display the student who has the lowest result from a class
list. The program must prompt a user to enter in the amount of students in the class and then
proceed to capture each student name and result for an assessment. Once all the student details
have been captured, display the student with the lowest result.
Write a PL/SQL program to find odd or even number.
LATEST TUTORIALS
APPROVED BY CLIENTS