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

Develop a program following format for using while loop?


===========================
a b
1 5
2 4
3 3
4 2
5 1
============================
Develop the program that uses the following categories of movies ?

A for Adventure movies
C for Comedy movies
F for family movies
H for Horror movies
S for Science and function movies

Develop the program that accept the code number as an input and displays the correct    disk drive manufacture as follows ?


Code               disk drive manufacturing


1                    western digital

2                    3M corporation

3                   Maxell Corporation

4                   Sony Corporation

5                   Verbatataon corporation 


Create an class called Book the following attributes

 like,

    book_id as integer

    book_name as String

    book_price as double

    book_write as String



  create another class called BookBO

 which consist one field two methods like

Book[] book


i)public void setBook(Book[] book)


ii)public Book[] getBook()  


iii)public boolean searchBook(int bookid)


create another class called Main to access all other class to save and extract the information of 5 books.


Algorithm is a procedure that is applied in computations to achieve
Can we make our laptop or pc a server and host a website on it?
WAP in C to represent a sparse matrix in three tuple method.
WAP using switch case to perform following operations.
i) create a linked list,
ii) display its elements,
iii) count the number of nodes,
iv) search an element
v) sort the linked list
vi) reverse the elements of the list
Create a program that takes the speed limit and speed of the car an issues a warning or a fine:
A warning if the speed is 5% above the speed limit.
A fine of £500 if the speed is 10% above the limit.
Need a function that finds the GCD of two integers.
LATEST TUTORIALS
APPROVED BY CLIENTS