Questions: 358

Answers by our Experts: 358

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 & Filtering

Goldbach's conjecture says that every positive even number greater than 2 is the sum of two prime numbers. Example: 28 = 5 + 23. It is one of the most famous facts in number theory that has not been proved to be correct in the general case. It has been numerically confirmed up to very large numbers. Write a predicate to find the two prime numbers that sum up to a given even integer.
Example:
Input: 28
Output: 5,23
Respected Sir,
I have developed a MCQ QUIZE MAKER software in VB6 programming language.The only problem is it is not displaying the RESULT(final marks) on label.what is the programme to be written for this?.(use vb6 language only). kindly answer.
Create a program that will input a number and will count the number of digits.
Enter a number: 12345
Number of Digits: 5
Try again [y/n]?
need to create a program that will input the Month and day..
the result should be number of number of day, day is and zodiac sign...
Problem: Barney has 10 children. Please help me to create a program that would enter the age of his 10 children into an array with 10 elements.The age of his youngest child will go into the first element and so on with the age of the oldest child going into the last element. Program must then display the following:
- age of all his children from the oldest to the youngest.
-the average age
-the maximum age
-the minimum age

Thank you experts!
what are the three-dimensions of an Array? and help me to create atleast 2 examples of an array program... thank you :)
I have to create a soccer program for the eurocup 2012, i have been given all of the teams and the groups. I am supposed to create the program so that the user will be able to select who may win lose or tie, and are given points based off of correct or wrong answers. Im also supposed to make it access a txt file eurocup2012.txt which i already made. The program should be able to progress all the way to the playoffs. any help?
hello sir,
I want a programme to design a simple calculator, using vb6 programming language(only vb6 languge to be used).THANKS
ned two independent Sub procedures: one to convert a temperature from fahrenheit to Celsius and the other to convert fahrenheit to celsius.
I AM TRYING TO MAKE A SIMPLE TEXT MAZE IN A BATCH FILE. BUT MY "IF" AND "GOTO" COMMANDS ARE NOT WORKING. THE PROGRAM JUST GOES WHERE IT WANTS AND NOT WHERE I SPECIFY... HERE IS A SAMPLE OF WHAT I HAVE, THAT ISNT WORKING.
:F
set /p answer= you are alone in the jungle surrounded by trees. the path leading north is blocked off by a fallen tree, the path leading east is dry and cracked earth, the path to the south is quiet and peaceful, and in the west there is a volcano looming on the horrizon. which direction will you go, e,s, or w
if directionchosen ==w goto D
if directionchosen ==W goto D
if directionchosen ==s goto I
if directionchosen ==S goto I
if directionchosen ==e goto G
if directionchosen ==E goto G

:D
set /p answer= there is a massive volcano right in front of you.there is a rocky path to your north, a path with trees to your east, and the sound of running water to your south. there is a large and indestructable wall blocking any paths leading west. NO MORE SPACE :(
LATEST TUTORIALS
APPROVED BY CLIENTS