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

1- Write a program that stores five names in an array of string. It gets a name from the user & displays whether the name is present in the array or not


write a program to print your school name 6 times with its numbering
Define a function called DivideByTen which will take in one Double value and return one tenth of it.
Five hundred students applied for admission in a university. Each student supplied the result for 8 subjects. Write an algorithm to find the aggregate score for 6 best subjects for each student
how to take square on computer keyboard?
What is wrong with the following loop?

Dim intIndex As Integer = 10

Do While intIndex >= 10

lstBox.Items.Add("Hello")

intIndex += 2

Loop

It is an infinite loop
The test variable should not be changed within the loop itself
Nothing
It should have been written as a Do Until loop
Can visual basic 2010 be used to create softwares?
The program is for a shop that has a 5 day sale once a month. On day one, everything is discounted 5%. On day two, everything is discounted 10%. By day 5, everything is discounted by 25%. We need a program that calculates how much an item costs on each day based on the sale day. For example, a clerk enters the regular price of an item as $10.00. The program then displays the discounted price for day one, day two and so forth. For day one the price displayed would be $9.50. For day two, the price would be $9.00. By day five, the price would be $7.50. Note that you have to use a loop to do the calculations.
Suppose the sequential file ALE.TXT contains the information shown in Table 1.1. Write a program to use the file to produce the Table 1.2 in which the baseball teams are in descending order by the percentage of games won. Note : A batting average can be displayed in standard form with FormatNumber(ave, 3, vbFalse).
Write a vb 6 programs that takes n numbers as input it prints the maximum numbers and it's frequency(number of occurence )
LATEST TUTORIALS
APPROVED BY CLIENTS