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

Write a program that reads all the match outcomes and summarizes the information of all the matches.

Points are given to the teams based on the outcome of the match.

A win earns a team 3 points. A draw earns 1. A loss earns 0.

The following information is expected:

MP: Matches Played

W: Matches Won

D: Matches Drawn (Tied)

L: Matches Lost

P: Points


Given a list of numbers, write a program to print the smallest positive integer missing in the given numbers.


Given date-time D, write a program to print the time left for the next New Year.


Given two dates D1 and D2, write a program to count the number of Saturdays and Sundays from D1 to D2 (including D1 and D2).

The date in string format is like "8 Feb 2021".


Create a windows application for a library which will request the user to input the number of books
checked out and the number of days they are overdue. Your program should then calculate and
displays the library fine, which is 20 cents per book per day for the first seven days a book is overdue,
then 50 cents per book per day for each additional day.

Given two polynomials A and B, write a program that adds the given two polynomials A and B.


Given a string, write a program to print a secret message that replaces characters with numbers 'a' with 1, 'b' with 2, ..., 'z' with 26 where characters are separated by '-'.


Given a string, write a program to mirror the characters of the string in alphabetical order to create a secret message.


Given a string, write a program to return the sum and average of the numbers that appear in the string, ignoring all other characters.


Given a string, write a program to return the sum and average of the digits of all numbers that appear in the string, ignoring all other characters.


LATEST TUTORIALS
APPROVED BY CLIENTS