Questions: 619

Answers by our Experts: 487

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

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]?
bank customer to try again two more times if a balance transfer amount was entered that cannot be processed because of insufficient funds. Then give them an error message of insufficient funds The program should request a new transfer amount if an invalid amount has been specified using a loop. Modify your flowchart (you may use Visual Logic to create and modify your flowchart) and pseudocode to include a loop.
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...
I am a student now doing my IT in a Shipping Company, i will love to create or Design a Good Program for the company..
So i will like to sick the help off Every One... To help me, by telling me the type of PROGRAM that will be good for me to Design for the company.......
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 :)
SIR THE BELOW PROGRAMME IS NOT WORKING.THE PURPOSE OF THE PROGRAMME IS MENTIONED BELOW.PLS DO BY USING VB6 LANGUAGE COMPULSORY.
Dim studentName(10) As String
Dim num As Integer

Private Sub addName()
For num = 1 To 10
studentName(num) = InputBox("Enter the student name", "Enter Name", "", 1500, 4500)
If studentName(num) <> "" Then
Form1.Print studentName(num)
Else
End
End If

Next
End Sub

The above program accepts data entry through an input box and displays the entries in the form itself. As you can see, this program will only allows a user to enter 10 names each time he click on the start button.
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.
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS