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

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 :(
sir please use only vb6 software for this programming.:-----
Do while counter <=1000
num.Text=counter
counter =counter+1
Loop
* The above example will keep on adding until counter >1000.

but sir it is not working. Also explain what is this counter?
Respected sir,
If we want to compute the summation of 1+2+3+4+……+100 in vb6 , what is the program to follow for that?
I'm doing a project and I don't understand why my label isn't showing when I press the radio button here is my code that I have in one sub:
Private Sub radCierra_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles radCierra.Click
Dim pic1 = Me.PictureBox1.Image.Equals(My.Resources.me_final_project_brooo)
If radCierra.Checked And pic1 Then
lblAnswer.Text = "You are correct!"
End If
End Sub
Dim number As Integer
number = 1
Do While number <= 100
number = number + 1
Loop

IT SHOULD SHOW THE NUMBER b/w 1 to 100
-accumulate grand totals for ours worked and total salary
-output all the data for every record stored in memory at one time.

THe program must contain a main method with a menu and a minimum of two other methods besides the main method. The menu must also contain a choice to exit the program.
Is there a formula to arrange 4845 subsets of 4 elements each into the least number of sets of 6 elements each?
example: if I have a set of 20 integers (1,2,3,...19,20), and arrange them into a list of subsets with 4 elements each, then I will end up with 4845 subsets with 4 elements each. Now, how do I set about to list these 4845 subsets so that I end up with the LEAST number of SETS of 6 elements each that contain ALL the subsets (4845)?
Thanks
write vb 6 program that takes n numbers as input.it print the maximum number and its frequency (number occurrences). two sample runs of the proogram
piece of equipment half-day full-day
1.rug cleaner R 16.00 R 24.00
2.lawn mower R 12.00 R 18.00
3.paint sprayer R 20.00 R 30.00

the table gives the price schedule for edddie's equipment rental.full day rentals cost one and a half-times half day rentals.write va program that display the table in a list box when a appropriate button is clicked on display a bill in another listbox based on the item number and time period chosen by a customer.the bill should include a R30.00 deposit.A simple i wil send to you now
Caffeine absorption.after caffeine is absorbed into the body 13% is eliminated from the body each hour.assume a person drinks an 8 Oz cup of brewed coffee containing 130mg of caffeine,and the caffeine is absorbed immediately into the body.Write a program to compute the following values.the number of hours required until 65mg(one-half the orginal amount remain in the body.the amount of caffeine in the body 24hours after the person drinks the coffee
looking for the code